#C4BB3E

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

Shades of Old Gold #C4BB3E

Tints of Old Gold #C4BB3E

Color information

#C4BB3E (or 0xC4BB3E) is unknown color: approx Old Gold. HEX triplet: C4, BB and 3E. RGB value is (196,187,62). Sum of RGB (Red+Green+Blue) = 196+187+62=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB3E is #3B44C1. Grayscale: #AFAFAF. Windows color (decimal): -3884226 or 4111300. OLE color: 4111300.

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

Color convert

RGB19618762-
CMYK00.050.680.23
HSL55.97º53.17%50.59%-
HSV(B)55.97º68.37%76.86%-
XYZ41.447.6211.57-
YUV175.4463.98142.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 62 (24.61% from 255) = 13.93%
R=44.04%
G=42.02%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961876200.050.680.2355.9753.1750.59
HexC4BB3E054417383533
Octal304273760510427706563
Binary11000100101110111111100101100010010111111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB3E; }

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

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

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

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

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

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

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

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