Shades of Bird Flower #CBD90D
Tints of Bird Flower #CBD90D
RGB
CMYK
RGB Variations
Color information
#CBD90D (or 0xCBD90D) is known color: Bird Flower. HEX triplet: CB, D9 and 0D. RGB value is (203,217,13). Sum of RGB (Red+Green+Blue) = 203+217+13=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD90D is #3426F2. Grayscale: #BEBEBE. Windows color (decimal): -3417843 or 907723. OLE color: 907723.
HSL color Cylindrical-coordinate representation of color #CBD90D: hue angle of 64.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBD90D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.15 |
| HSL | 64.12º | 0.89% | 0.45% | - |
| HSV(B) | 64.12º | 0.94% | 0.85% | - |
| XYZ | 49.51 | 62.35 | 9.81 | - |
| YUV | 189.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 13 | 0.06 | 0 | 0.94 | 0.15 | 64.12 | 0.89 | 0.45 |
| Hex | CB | D9 | D | 6 | 0 | 5E | F | 40 | 59 | 2D |
| Octal | 313 | 331 | 15 | 6 | 0 | 136 | 17 | 100 | 131 | 55 |
| Binary | 11001011 | 11011001 | 1101 | 110 | 0 | 1011110 | 1111 | 1000000 | 1011001 | 101101 |
Color Harmonies of #CBD90D
Complementary color
Monochromatic Colors of #CBD90D
Black with #CBD90D
Text Example
Text Example
White with #CBD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD90D; }
p { color: rgb(203,217,13); }
H1.HeaderClassName
{
color: #CBD90D;
}
.AnyTagClassName
{
color: #CBD90D;
}
</style>
background-color css
<style>
a { background-color: #CBD90D; }
a { background-color: rgb(203,217,13); }
div.DivClassName
{
background-color: #CBD90D;
}
.BgClassName
{
background-color: #CBD90D;
}
</style>
border-color css
<style>
span { border-color: #CBD90D; }
span { border-color: rgb(203,217,13); }
td.TdClassName
{
border-color: #CBD90D;
}
.TagClassName
{
border-color: #CBD90D;
}
</style>