Shades of Bird Flower #CABE1A
Tints of Bird Flower #CABE1A
RGB
CMYK
RGB Variations
Color information
#CABE1A (or 0xCABE1A) is known color: Bird Flower. HEX triplet: CA, BE and 1A. RGB value is (202,190,26). Sum of RGB (Red+Green+Blue) = 202+190+26=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE1A is #3541E5. Grayscale: #AFAFAF. Windows color (decimal): -3490278 or 1752778. OLE color: 1752778.
HSL color Cylindrical-coordinate representation of color #CABE1A: hue angle of 55.91º 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 #CABE1A is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 26 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.21 |
| HSL | 55.91º | 0.77% | 0.45% | - |
| HSV(B) | 55.91º | 0.87% | 0.79% | - |
| XYZ | 42.96 | 49.46 | 8.26 | - |
| YUV | 174.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 26 | 0 | 0.06 | 0.87 | 0.21 | 55.91 | 0.77 | 0.45 |
| Hex | CA | BE | 1A | 0 | 6 | 57 | 15 | 38 | 4D | 2D |
| Octal | 312 | 276 | 32 | 0 | 6 | 127 | 25 | 70 | 115 | 55 |
| Binary | 11001010 | 10111110 | 11010 | 0 | 110 | 1010111 | 10101 | 111000 | 1001101 | 101101 |
Color Harmonies of #CABE1A
Complementary color
Monochromatic Colors of #CABE1A
Black with #CABE1A
Text Example
Text Example
White with #CABE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABE1A; }
p { color: rgb(202,190,26); }
H1.HeaderClassName
{
color: #CABE1A;
}
.AnyTagClassName
{
color: #CABE1A;
}
</style>
background-color css
<style>
a { background-color: #CABE1A; }
a { background-color: rgb(202,190,26); }
div.DivClassName
{
background-color: #CABE1A;
}
.BgClassName
{
background-color: #CABE1A;
}
</style>
border-color css
<style>
span { border-color: #CABE1A; }
span { border-color: rgb(202,190,26); }
td.TdClassName
{
border-color: #CABE1A;
}
.TagClassName
{
border-color: #CABE1A;
}
</style>