#C4BB39

Color #C4BB39 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C4BB39

Tints of Old Gold #C4BB39

Color information

#C4BB39 (or 0xC4BB39) is unknown color: approx Old Gold. HEX triplet: C4, BB and 39. RGB value is (196,187,57). Sum of RGB (Red+Green+Blue) = 196+187+57=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB39 is #3B44C6. Grayscale: #AFAFAF. Windows color (decimal): -3884231 or 3783620. OLE color: 3783620.

HSL color Cylindrical-coordinate representation of color #C4BB39: hue angle of 56.12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4BB39 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19618757-
CMYK00.050.710.23
HSL56.12º54.94%49.61%-
HSV(B)56.12º70.92%76.86%-
XYZ41.2747.5710.88-
YUV174.8761.48143.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 57 (22.66% from 255) = 12.95%
R=44.55%
G=42.5%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961875700.050.710.2356.1254.9449.61
HexC4BB39054717383732
Octal304273710510727706762
Binary11000100101110111110010101100011110111111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB39; }

 p { color: rgb(196,187,57); }

 H1.HeaderClassName
 {
   color: #C4BB39;
 }
 .AnyTagClassName
 {
   color: #C4BB39;
 }
</style>
background-color css

<style>
 a { background-color: #C4BB39; }

 a { background-color: rgb(196,187,57); }

 div.DivClassName
 {
   background-color: #C4BB39;
 }
 .BgClassName
 {
   background-color: #C4BB39;
 }
</style>
border-color css

<style>
 span { border-color: #C4BB39; }

 span { border-color: rgb(196,187,57); }

 td.TdClassName
 {
   border-color: #C4BB39;
 }
 .TagClassName
 {
   border-color: #C4BB39;
 }
</style>