Shades of Bird Flower #CBCE0B
Tints of Bird Flower #CBCE0B
RGB
CMYK
RGB Variations
Color information
#CBCE0B (or 0xCBCE0B) is known color: Bird Flower. HEX triplet: CB, CE and 0B. RGB value is (203,206,11). Sum of RGB (Red+Green+Blue) = 203+206+11=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCE0B is #3431F4. Grayscale: #B7B7B7. Windows color (decimal): -3420661 or 773835. OLE color: 773835.
HSL color Cylindrical-coordinate representation of color #CBCE0B: hue angle of 60.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBCE0B is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 11 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.19 |
| HSL | 60.92º | 0.9% | 0.43% | - |
| HSV(B) | 60.92º | 0.95% | 0.81% | - |
| XYZ | 46.76 | 56.86 | 8.83 | - |
| YUV | 182.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 11 | 0.01 | 0 | 0.95 | 0.19 | 60.92 | 0.9 | 0.43 |
| Hex | CB | CE | B | 1 | 0 | 5F | 13 | 3D | 5A | 2B |
| Octal | 313 | 316 | 13 | 1 | 0 | 137 | 23 | 75 | 132 | 53 |
| Binary | 11001011 | 11001110 | 1011 | 1 | 0 | 1011111 | 10011 | 111101 | 1011010 | 101011 |
Color Harmonies of #CBCE0B
Complementary color
Monochromatic Colors of #CBCE0B
Black with #CBCE0B
Text Example
Text Example
White with #CBCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE0B; }
p { color: rgb(203,206,11); }
H1.HeaderClassName
{
color: #CBCE0B;
}
.AnyTagClassName
{
color: #CBCE0B;
}
</style>
background-color css
<style>
a { background-color: #CBCE0B; }
a { background-color: rgb(203,206,11); }
div.DivClassName
{
background-color: #CBCE0B;
}
.BgClassName
{
background-color: #CBCE0B;
}
</style>
border-color css
<style>
span { border-color: #CBCE0B; }
span { border-color: rgb(203,206,11); }
td.TdClassName
{
border-color: #CBCE0B;
}
.TagClassName
{
border-color: #CBCE0B;
}
</style>