Shades of Bird Flower #CABA1E
Tints of Bird Flower #CABA1E
RGB
CMYK
RGB Variations
Color information
#CABA1E (or 0xCABA1E) is known color: Bird Flower. HEX triplet: CA, BA and 1E. RGB value is (202,186,30). Sum of RGB (Red+Green+Blue) = 202+186+30=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA1E is #3545E1. Grayscale: #ADADAD. Windows color (decimal): -3491298 or 2013898. OLE color: 2013898.
HSL color Cylindrical-coordinate representation of color #CABA1E: hue angle of 54.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CABA1E is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 30 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.21 |
| HSL | 54.42º | 0.74% | 0.45% | - |
| HSV(B) | 54.42º | 0.85% | 0.79% | - |
| XYZ | 42.15 | 47.77 | 8.23 | - |
| YUV | 173 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 30 | 0 | 0.08 | 0.85 | 0.21 | 54.42 | 0.74 | 0.45 |
| Hex | CA | BA | 1E | 0 | 8 | 55 | 15 | 36 | 4A | 2D |
| Octal | 312 | 272 | 36 | 0 | 10 | 125 | 25 | 66 | 112 | 55 |
| Binary | 11001010 | 10111010 | 11110 | 0 | 1000 | 1010101 | 10101 | 110110 | 1001010 | 101101 |
Color Harmonies of #CABA1E
Complementary color
Monochromatic Colors of #CABA1E
Black with #CABA1E
Text Example
Text Example
White with #CABA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA1E; }
p { color: rgb(202,186,30); }
H1.HeaderClassName
{
color: #CABA1E;
}
.AnyTagClassName
{
color: #CABA1E;
}
</style>
background-color css
<style>
a { background-color: #CABA1E; }
a { background-color: rgb(202,186,30); }
div.DivClassName
{
background-color: #CABA1E;
}
.BgClassName
{
background-color: #CABA1E;
}
</style>
border-color css
<style>
span { border-color: #CABA1E; }
span { border-color: rgb(202,186,30); }
td.TdClassName
{
border-color: #CABA1E;
}
.TagClassName
{
border-color: #CABA1E;
}
</style>