Shades of Bird Flower #CABB12
Tints of Bird Flower #CABB12
RGB
CMYK
RGB Variations
Color information
#CABB12 (or 0xCABB12) is known color: Bird Flower. HEX triplet: CA, BB and 12. RGB value is (202,187,18). Sum of RGB (Red+Green+Blue) = 202+187+18=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB12 is #3544ED. Grayscale: #ACACAC. Windows color (decimal): -3491054 or 1227722. OLE color: 1227722.
HSL color Cylindrical-coordinate representation of color #CABB12: hue angle of 55.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CABB12 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 18 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.21 |
| HSL | 55.11º | 0.84% | 0.43% | - |
| HSV(B) | 55.11º | 0.91% | 0.79% | - |
| XYZ | 42.24 | 48.14 | 7.64 | - |
| YUV | 172.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 18 | 0 | 0.07 | 0.91 | 0.21 | 55.11 | 0.84 | 0.43 |
| Hex | CA | BB | 12 | 0 | 7 | 5B | 15 | 37 | 54 | 2B |
| Octal | 312 | 273 | 22 | 0 | 7 | 133 | 25 | 67 | 124 | 53 |
| Binary | 11001010 | 10111011 | 10010 | 0 | 111 | 1011011 | 10101 | 110111 | 1010100 | 101011 |
Color Harmonies of #CABB12
Complementary color
Monochromatic Colors of #CABB12
Black with #CABB12
Text Example
Text Example
White with #CABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB12; }
p { color: rgb(202,187,18); }
H1.HeaderClassName
{
color: #CABB12;
}
.AnyTagClassName
{
color: #CABB12;
}
</style>
background-color css
<style>
a { background-color: #CABB12; }
a { background-color: rgb(202,187,18); }
div.DivClassName
{
background-color: #CABB12;
}
.BgClassName
{
background-color: #CABB12;
}
</style>
border-color css
<style>
span { border-color: #CABB12; }
span { border-color: rgb(202,187,18); }
td.TdClassName
{
border-color: #CABB12;
}
.TagClassName
{
border-color: #CABB12;
}
</style>