#C5BB3C

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

Shades of Old Gold #C5BB3C

Tints of Old Gold #C5BB3C

Color information

#C5BB3C (or 0xC5BB3C) is unknown color: approx Old Gold. HEX triplet: C5, BB and 3C. RGB value is (197,187,60). Sum of RGB (Red+Green+Blue) = 197+187+60=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BB3C is #3A44C3. Grayscale: #B0B0B0. Windows color (decimal): -3818692 or 3980229. OLE color: 3980229.

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

Color convert

RGB19718760-
CMYK00.050.700.23
HSL55.62º54.15%50.39%-
HSV(B)55.62º69.54%77.25%-
XYZ41.6147.7411.3-
YUV175.5162.81143.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 60 (23.83% from 255) = 13.51%
R=44.37%
G=42.12%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971876000.050.700.2355.6254.1550.39
HexC5BB3C054617383632
Octal305273740510627706662
Binary11000101101110111111000101100011010111111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB3C; }

 p { color: rgb(197,187,60); }

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

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

 a { background-color: rgb(197,187,60); }

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

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

 span { border-color: rgb(197,187,60); }

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