Shades of Bird Flower #CAB81A
Tints of Bird Flower #CAB81A
RGB
CMYK
RGB Variations
Color information
#CAB81A (or 0xCAB81A) is known color: Bird Flower. HEX triplet: CA, B8 and 1A. RGB value is (202,184,26). Sum of RGB (Red+Green+Blue) = 202+184+26=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB81A is #3547E5. Grayscale: #ACACAC. Windows color (decimal): -3491814 or 1751242. OLE color: 1751242.
HSL color Cylindrical-coordinate representation of color #CAB81A: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAB81A is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 26 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.21 |
| HSL | 53.86º | 0.77% | 0.45% | - |
| HSV(B) | 53.86º | 0.87% | 0.79% | - |
| XYZ | 41.68 | 46.91 | 7.84 | - |
| YUV | 171.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 26 | 0 | 0.09 | 0.87 | 0.21 | 53.86 | 0.77 | 0.45 |
| Hex | CA | B8 | 1A | 0 | 9 | 57 | 15 | 36 | 4D | 2D |
| Octal | 312 | 270 | 32 | 0 | 11 | 127 | 25 | 66 | 115 | 55 |
| Binary | 11001010 | 10111000 | 11010 | 0 | 1001 | 1010111 | 10101 | 110110 | 1001101 | 101101 |
Color Harmonies of #CAB81A
Complementary color
Monochromatic Colors of #CAB81A
Black with #CAB81A
Text Example
Text Example
White with #CAB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB81A; }
p { color: rgb(202,184,26); }
H1.HeaderClassName
{
color: #CAB81A;
}
.AnyTagClassName
{
color: #CAB81A;
}
</style>
background-color css
<style>
a { background-color: #CAB81A; }
a { background-color: rgb(202,184,26); }
div.DivClassName
{
background-color: #CAB81A;
}
.BgClassName
{
background-color: #CAB81A;
}
</style>
border-color css
<style>
span { border-color: #CAB81A; }
span { border-color: rgb(202,184,26); }
td.TdClassName
{
border-color: #CAB81A;
}
.TagClassName
{
border-color: #CAB81A;
}
</style>