Shades of Bird Flower #CABB18
Tints of Bird Flower #CABB18
RGB
CMYK
RGB Variations
Color information
#CABB18 (or 0xCABB18) is known color: Bird Flower. HEX triplet: CA, BB and 18. RGB value is (202,187,24). Sum of RGB (Red+Green+Blue) = 202+187+24=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB18 is #3544E7. Grayscale: #ADADAD. Windows color (decimal): -3491048 or 1620938. OLE color: 1620938.
HSL color Cylindrical-coordinate representation of color #CABB18: hue angle of 54.94º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CABB18 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 24 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.21 |
| HSL | 54.94º | 0.79% | 0.44% | - |
| HSV(B) | 54.94º | 0.88% | 0.79% | - |
| XYZ | 42.29 | 48.16 | 7.93 | - |
| YUV | 172.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 24 | 0 | 0.07 | 0.88 | 0.21 | 54.94 | 0.79 | 0.44 |
| Hex | CA | BB | 18 | 0 | 7 | 58 | 15 | 37 | 4F | 2C |
| Octal | 312 | 273 | 30 | 0 | 7 | 130 | 25 | 67 | 117 | 54 |
| Binary | 11001010 | 10111011 | 11000 | 0 | 111 | 1011000 | 10101 | 110111 | 1001111 | 101100 |
Color Harmonies of #CABB18
Complementary color
Monochromatic Colors of #CABB18
Black with #CABB18
Text Example
Text Example
White with #CABB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB18; }
p { color: rgb(202,187,24); }
H1.HeaderClassName
{
color: #CABB18;
}
.AnyTagClassName
{
color: #CABB18;
}
</style>
background-color css
<style>
a { background-color: #CABB18; }
a { background-color: rgb(202,187,24); }
div.DivClassName
{
background-color: #CABB18;
}
.BgClassName
{
background-color: #CABB18;
}
</style>
border-color css
<style>
span { border-color: #CABB18; }
span { border-color: rgb(202,187,24); }
td.TdClassName
{
border-color: #CABB18;
}
.TagClassName
{
border-color: #CABB18;
}
</style>