Shades of Bird Flower #CABE1E
Tints of Bird Flower #CABE1E
RGB
CMYK
RGB Variations
Color information
#CABE1E (or 0xCABE1E) is known color: Bird Flower. HEX triplet: CA, BE and 1E. RGB value is (202,190,30). Sum of RGB (Red+Green+Blue) = 202+190+30=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE1E is #3541E1. Grayscale: #B0B0B0. Windows color (decimal): -3490274 or 2014922. OLE color: 2014922.
HSL color Cylindrical-coordinate representation of color #CABE1E: hue angle of 55.81º 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 #CABE1E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.21 |
| HSL | 55.81º | 0.74% | 0.45% | - |
| HSV(B) | 55.81º | 0.85% | 0.79% | - |
| XYZ | 43 | 49.48 | 8.51 | - |
| YUV | 175.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 30 | 0 | 0.06 | 0.85 | 0.21 | 55.81 | 0.74 | 0.45 |
| Hex | CA | BE | 1E | 0 | 6 | 55 | 15 | 38 | 4A | 2D |
| Octal | 312 | 276 | 36 | 0 | 6 | 125 | 25 | 70 | 112 | 55 |
| Binary | 11001010 | 10111110 | 11110 | 0 | 110 | 1010101 | 10101 | 111000 | 1001010 | 101101 |
Color Harmonies of #CABE1E
Complementary color
Monochromatic Colors of #CABE1E
Black with #CABE1E
Text Example
Text Example
White with #CABE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABE1E; }
p { color: rgb(202,190,30); }
H1.HeaderClassName
{
color: #CABE1E;
}
.AnyTagClassName
{
color: #CABE1E;
}
</style>
background-color css
<style>
a { background-color: #CABE1E; }
a { background-color: rgb(202,190,30); }
div.DivClassName
{
background-color: #CABE1E;
}
.BgClassName
{
background-color: #CABE1E;
}
</style>
border-color css
<style>
span { border-color: #CABE1E; }
span { border-color: rgb(202,190,30); }
td.TdClassName
{
border-color: #CABE1E;
}
.TagClassName
{
border-color: #CABE1E;
}
</style>