Shades of Bird Flower #CAB902
Tints of Bird Flower #CAB902
RGB
CMYK
RGB Variations
Color information
#CAB902 (or 0xCAB902) is known color: Bird Flower. HEX triplet: CA, B9 and 02. RGB value is (202,185,2). Sum of RGB (Red+Green+Blue) = 202+185+2=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB902 is #3546FD. Grayscale: #A9A9A9. Windows color (decimal): -3491582 or 178634. OLE color: 178634.
HSL color Cylindrical-coordinate representation of color #CAB902: hue angle of 54.9º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAB902 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.21 |
| HSL | 54.9º | 0.98% | 0.4% | - |
| HSV(B) | 54.9º | 0.99% | 0.79% | - |
| XYZ | 41.72 | 47.26 | 6.98 | - |
| YUV | 169.22 | 33.63 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 2 | 0 | 0.08 | 0.99 | 0.21 | 54.9 | 0.98 | 0.4 |
| Hex | CA | B9 | 2 | 0 | 8 | 63 | 15 | 37 | 62 | 28 |
| Octal | 312 | 271 | 2 | 0 | 10 | 143 | 25 | 67 | 142 | 50 |
| Binary | 11001010 | 10111001 | 10 | 0 | 1000 | 1100011 | 10101 | 110111 | 1100010 | 101000 |
Color Harmonies of #CAB902
Complementary color
Monochromatic Colors of #CAB902
Black with #CAB902
Text Example
Text Example
White with #CAB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB902; }
p { color: rgb(202,185,2); }
H1.HeaderClassName
{
color: #CAB902;
}
.AnyTagClassName
{
color: #CAB902;
}
</style>
background-color css
<style>
a { background-color: #CAB902; }
a { background-color: rgb(202,185,2); }
div.DivClassName
{
background-color: #CAB902;
}
.BgClassName
{
background-color: #CAB902;
}
</style>
border-color css
<style>
span { border-color: #CAB902; }
span { border-color: rgb(202,185,2); }
td.TdClassName
{
border-color: #CAB902;
}
.TagClassName
{
border-color: #CAB902;
}
</style>