#C0BF32

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

Shades of Old Gold #C0BF32

Tints of Old Gold #C0BF32

Color information

#C0BF32 (or 0xC0BF32) is unknown color: approx Old Gold. HEX triplet: C0, BF and 32. RGB value is (192,191,50). Sum of RGB (Red+Green+Blue) = 192+191+50=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF32 is #3F40CD. Grayscale: #AFAFAF. Windows color (decimal): -4145358 or 3325888. OLE color: 3325888.

HSL color Cylindrical-coordinate representation of color #C0BF32: hue angle of 59.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0BF32 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19219150-
CMYK00.010.740.25
HSL59.58º58.68%47.45%-
HSV(B)59.58º73.96%75.29%-
XYZ40.9448.710.26-
YUV175.2257.33139.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=44.34%
G=44.11%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921915000.010.740.2559.5858.6847.45
HexC0BF32014A193c3b2f
Octal300277620111231747357
Binary110000001011111111001001100101011001111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF32; }

 p { color: rgb(192,191,50); }

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

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

 a { background-color: rgb(192,191,50); }

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

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

 span { border-color: rgb(192,191,50); }

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