Shades of Old Gold #C2BF30
Tints of Old Gold #C2BF30
RGB
CMYK
RGB Variations
Color information
#C2BF30 (or 0xC2BF30) is known color: Old Gold. HEX triplet: C2, BF and 30. RGB value is (194,191,48). Sum of RGB (Red+Green+Blue) = 194+191+48=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF30 is #3D40CF. Grayscale: #B0B0B0. Windows color (decimal): -4014288 or 3194818. OLE color: 3194818.
HSL color Cylindrical-coordinate representation of color #C2BF30: hue angle of 58.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2BF30 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 48 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.24 |
| HSL | 58.77º | 0.6% | 0.47% | - |
| HSV(B) | 58.77º | 0.75% | 0.76% | - |
| XYZ | 41.41 | 48.94 | 10.06 | - |
| YUV | 175.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 48 | 0 | 0.02 | 0.75 | 0.24 | 58.77 | 0.6 | 0.47 |
| Hex | C2 | BF | 30 | 0 | 2 | 4B | 18 | 3B | 3C | 2F |
| Octal | 302 | 277 | 60 | 0 | 2 | 113 | 30 | 73 | 74 | 57 |
| Binary | 11000010 | 10111111 | 110000 | 0 | 10 | 1001011 | 11000 | 111011 | 111100 | 101111 |
Color Harmonies of #C2BF30
Complementary color
Monochromatic Colors of #C2BF30
Black with #C2BF30
Text Example
Text Example
White with #C2BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF30; }
p { color: rgb(194,191,48); }
H1.HeaderClassName
{
color: #C2BF30;
}
.AnyTagClassName
{
color: #C2BF30;
}
</style>
background-color css
<style>
a { background-color: #C2BF30; }
a { background-color: rgb(194,191,48); }
div.DivClassName
{
background-color: #C2BF30;
}
.BgClassName
{
background-color: #C2BF30;
}
</style>
border-color css
<style>
span { border-color: #C2BF30; }
span { border-color: rgb(194,191,48); }
td.TdClassName
{
border-color: #C2BF30;
}
.TagClassName
{
border-color: #C2BF30;
}
</style>