Shades of Old Gold #CABE32
Tints of Old Gold #CABE32
RGB
CMYK
RGB Variations
Color information
#CABE32 (or 0xCABE32) is known color: Old Gold. HEX triplet: CA, BE and 32. RGB value is (202,190,50). Sum of RGB (Red+Green+Blue) = 202+190+50=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE32 is #3541CD. Grayscale: #B2B2B2. Windows color (decimal): -3490254 or 3325642. OLE color: 3325642.
HSL color Cylindrical-coordinate representation of color #CABE32: hue angle of 55.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CABE32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.21 |
| HSL | 55.26º | 0.6% | 0.49% | - |
| HSV(B) | 55.26º | 0.75% | 0.79% | - |
| XYZ | 43.35 | 49.61 | 10.31 | - |
| YUV | 177.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 50 | 0 | 0.06 | 0.75 | 0.21 | 55.26 | 0.6 | 0.49 |
| Hex | CA | BE | 32 | 0 | 6 | 4B | 15 | 37 | 3C | 31 |
| Octal | 312 | 276 | 62 | 0 | 6 | 113 | 25 | 67 | 74 | 61 |
| Binary | 11001010 | 10111110 | 110010 | 0 | 110 | 1001011 | 10101 | 110111 | 111100 | 110001 |
Color Harmonies of #CABE32
Complementary color
Monochromatic Colors of #CABE32
Black with #CABE32
Text Example
Text Example
White with #CABE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABE32; }
p { color: rgb(202,190,50); }
H1.HeaderClassName
{
color: #CABE32;
}
.AnyTagClassName
{
color: #CABE32;
}
</style>
background-color css
<style>
a { background-color: #CABE32; }
a { background-color: rgb(202,190,50); }
div.DivClassName
{
background-color: #CABE32;
}
.BgClassName
{
background-color: #CABE32;
}
</style>
border-color css
<style>
span { border-color: #CABE32; }
span { border-color: rgb(202,190,50); }
td.TdClassName
{
border-color: #CABE32;
}
.TagClassName
{
border-color: #CABE32;
}
</style>