Shades of Bird Flower #CBCE08
Tints of Bird Flower #CBCE08
RGB
CMYK
RGB Variations
Color information
#CBCE08 (or 0xCBCE08) is known color: Bird Flower. HEX triplet: CB, CE and 08. RGB value is (203,206,8). Sum of RGB (Red+Green+Blue) = 203+206+8=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCE08 is #3431F7. Grayscale: #B7B7B7. Windows color (decimal): -3420664 or 577227. OLE color: 577227.
HSL color Cylindrical-coordinate representation of color #CBCE08: hue angle of 60.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBCE08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.19 |
| HSL | 60.91º | 0.93% | 0.42% | - |
| HSV(B) | 60.91º | 0.96% | 0.81% | - |
| XYZ | 46.74 | 56.86 | 8.74 | - |
| YUV | 182.53 | 29.51 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 8 | 0.01 | 0 | 0.96 | 0.19 | 60.91 | 0.93 | 0.42 |
| Hex | CB | CE | 8 | 1 | 0 | 60 | 13 | 3D | 5D | 2A |
| Octal | 313 | 316 | 10 | 1 | 0 | 140 | 23 | 75 | 135 | 52 |
| Binary | 11001011 | 11001110 | 1000 | 1 | 0 | 1100000 | 10011 | 111101 | 1011101 | 101010 |
Color Harmonies of #CBCE08
Complementary color
Monochromatic Colors of #CBCE08
Black with #CBCE08
Text Example
Text Example
White with #CBCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE08; }
p { color: rgb(203,206,8); }
H1.HeaderClassName
{
color: #CBCE08;
}
.AnyTagClassName
{
color: #CBCE08;
}
</style>
background-color css
<style>
a { background-color: #CBCE08; }
a { background-color: rgb(203,206,8); }
div.DivClassName
{
background-color: #CBCE08;
}
.BgClassName
{
background-color: #CBCE08;
}
</style>
border-color css
<style>
span { border-color: #CBCE08; }
span { border-color: rgb(203,206,8); }
td.TdClassName
{
border-color: #CBCE08;
}
.TagClassName
{
border-color: #CBCE08;
}
</style>