Shades of Bird Flower #CBD90B
Tints of Bird Flower #CBD90B
RGB
CMYK
RGB Variations
Color information
#CBD90B (or 0xCBD90B) is known color: Bird Flower. HEX triplet: CB, D9 and 0B. RGB value is (203,217,11). Sum of RGB (Red+Green+Blue) = 203+217+11=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD90B is #3426F4. Grayscale: #BEBEBE. Windows color (decimal): -3417845 or 776651. OLE color: 776651.
HSL color Cylindrical-coordinate representation of color #CBD90B: hue angle of 64.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBD90B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 11 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.15 |
| HSL | 64.08º | 0.9% | 0.45% | - |
| HSV(B) | 64.08º | 0.95% | 0.85% | - |
| XYZ | 49.5 | 62.35 | 9.74 | - |
| YUV | 189.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 11 | 0.06 | 0 | 0.95 | 0.15 | 64.08 | 0.9 | 0.45 |
| Hex | CB | D9 | B | 6 | 0 | 5F | F | 40 | 5A | 2D |
| Octal | 313 | 331 | 13 | 6 | 0 | 137 | 17 | 100 | 132 | 55 |
| Binary | 11001011 | 11011001 | 1011 | 110 | 0 | 1011111 | 1111 | 1000000 | 1011010 | 101101 |
Color Harmonies of #CBD90B
Complementary color
Monochromatic Colors of #CBD90B
Black with #CBD90B
Text Example
Text Example
White with #CBD90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD90B; }
p { color: rgb(203,217,11); }
H1.HeaderClassName
{
color: #CBD90B;
}
.AnyTagClassName
{
color: #CBD90B;
}
</style>
background-color css
<style>
a { background-color: #CBD90B; }
a { background-color: rgb(203,217,11); }
div.DivClassName
{
background-color: #CBD90B;
}
.BgClassName
{
background-color: #CBD90B;
}
</style>
border-color css
<style>
span { border-color: #CBD90B; }
span { border-color: rgb(203,217,11); }
td.TdClassName
{
border-color: #CBD90B;
}
.TagClassName
{
border-color: #CBD90B;
}
</style>