Shades of Old Gold #C2BB32
Tints of Old Gold #C2BB32
RGB
CMYK
RGB Variations
Color information
#C2BB32 (or 0xC2BB32) is known color: Old Gold. HEX triplet: C2, BB and 32. RGB value is (194,187,50). Sum of RGB (Red+Green+Blue) = 194+187+50=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB32 is #3D44CD. Grayscale: #AEAEAE. Windows color (decimal): -4015310 or 3324866. OLE color: 3324866.
HSL color Cylindrical-coordinate representation of color #C2BB32: hue angle of 57.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2BB32 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 50 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.24 |
| HSL | 57.08º | 0.59% | 0.48% | - |
| HSV(B) | 57.08º | 0.74% | 0.76% | - |
| XYZ | 40.59 | 47.24 | 10 | - |
| YUV | 173.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 50 | 0 | 0.04 | 0.74 | 0.24 | 57.08 | 0.59 | 0.48 |
| Hex | C2 | BB | 32 | 0 | 4 | 4A | 18 | 39 | 3B | 30 |
| Octal | 302 | 273 | 62 | 0 | 4 | 112 | 30 | 71 | 73 | 60 |
| Binary | 11000010 | 10111011 | 110010 | 0 | 100 | 1001010 | 11000 | 111001 | 111011 | 110000 |
Color Harmonies of #C2BB32
Complementary color
Monochromatic Colors of #C2BB32
Black with #C2BB32
Text Example
Text Example
White with #C2BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB32; }
p { color: rgb(194,187,50); }
H1.HeaderClassName
{
color: #C2BB32;
}
.AnyTagClassName
{
color: #C2BB32;
}
</style>
background-color css
<style>
a { background-color: #C2BB32; }
a { background-color: rgb(194,187,50); }
div.DivClassName
{
background-color: #C2BB32;
}
.BgClassName
{
background-color: #C2BB32;
}
</style>
border-color css
<style>
span { border-color: #C2BB32; }
span { border-color: rgb(194,187,50); }
td.TdClassName
{
border-color: #C2BB32;
}
.TagClassName
{
border-color: #C2BB32;
}
</style>