Shades of Bird Flower #CBCE11
Tints of Bird Flower #CBCE11
RGB
CMYK
RGB Variations
Color information
#CBCE11 (or 0xCBCE11) is known color: Bird Flower. HEX triplet: CB, CE and 11. RGB value is (203,206,17). Sum of RGB (Red+Green+Blue) = 203+206+17=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCE11 is #3431EE. Grayscale: #B8B8B8. Windows color (decimal): -3420655 or 1167051. OLE color: 1167051.
HSL color Cylindrical-coordinate representation of color #CBCE11: hue angle of 60.95º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBCE11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 17 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.19 |
| HSL | 60.95º | 0.85% | 0.44% | - |
| HSV(B) | 60.95º | 0.92% | 0.81% | - |
| XYZ | 46.8 | 56.88 | 9.04 | - |
| YUV | 183.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 17 | 0.01 | 0 | 0.92 | 0.19 | 60.95 | 0.85 | 0.44 |
| Hex | CB | CE | 11 | 1 | 0 | 5C | 13 | 3D | 55 | 2C |
| Octal | 313 | 316 | 21 | 1 | 0 | 134 | 23 | 75 | 125 | 54 |
| Binary | 11001011 | 11001110 | 10001 | 1 | 0 | 1011100 | 10011 | 111101 | 1010101 | 101100 |
Color Harmonies of #CBCE11
Complementary color
Monochromatic Colors of #CBCE11
Black with #CBCE11
Text Example
Text Example
White with #CBCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE11; }
p { color: rgb(203,206,17); }
H1.HeaderClassName
{
color: #CBCE11;
}
.AnyTagClassName
{
color: #CBCE11;
}
</style>
background-color css
<style>
a { background-color: #CBCE11; }
a { background-color: rgb(203,206,17); }
div.DivClassName
{
background-color: #CBCE11;
}
.BgClassName
{
background-color: #CBCE11;
}
</style>
border-color css
<style>
span { border-color: #CBCE11; }
span { border-color: rgb(203,206,17); }
td.TdClassName
{
border-color: #CBCE11;
}
.TagClassName
{
border-color: #CBCE11;
}
</style>