Shades of Old Gold #C2BB33
Tints of Old Gold #C2BB33
RGB
CMYK
RGB Variations
Color information
#C2BB33 (or 0xC2BB33) is known color: Old Gold. HEX triplet: C2, BB and 33. RGB value is (194,187,51). Sum of RGB (Red+Green+Blue) = 194+187+51=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB33 is #3D44CC. Grayscale: #AEAEAE. Windows color (decimal): -4015309 or 3390402. OLE color: 3390402.
HSL color Cylindrical-coordinate representation of color #C2BB33: hue angle of 57.06º degrees, saturation: 0.58, 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 #C2BB33 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 51 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.24 |
| HSL | 57.06º | 0.58% | 0.48% | - |
| HSV(B) | 57.06º | 0.74% | 0.76% | - |
| XYZ | 40.62 | 47.25 | 10.11 | - |
| YUV | 173.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 51 | 0 | 0.04 | 0.74 | 0.24 | 57.06 | 0.58 | 0.48 |
| Hex | C2 | BB | 33 | 0 | 4 | 4A | 18 | 39 | 3A | 30 |
| Octal | 302 | 273 | 63 | 0 | 4 | 112 | 30 | 71 | 72 | 60 |
| Binary | 11000010 | 10111011 | 110011 | 0 | 100 | 1001010 | 11000 | 111001 | 111010 | 110000 |
Color Harmonies of #C2BB33
Complementary color
Monochromatic Colors of #C2BB33
Black with #C2BB33
Text Example
Text Example
White with #C2BB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB33; }
p { color: rgb(194,187,51); }
H1.HeaderClassName
{
color: #C2BB33;
}
.AnyTagClassName
{
color: #C2BB33;
}
</style>
background-color css
<style>
a { background-color: #C2BB33; }
a { background-color: rgb(194,187,51); }
div.DivClassName
{
background-color: #C2BB33;
}
.BgClassName
{
background-color: #C2BB33;
}
</style>
border-color css
<style>
span { border-color: #C2BB33; }
span { border-color: rgb(194,187,51); }
td.TdClassName
{
border-color: #C2BB33;
}
.TagClassName
{
border-color: #C2BB33;
}
</style>