Shades of Bird Flower #CBC90B
Tints of Bird Flower #CBC90B
RGB
CMYK
RGB Variations
Color information
#CBC90B (or 0xCBC90B) is known color: Bird Flower. HEX triplet: CB, C9 and 0B. RGB value is (203,201,11). Sum of RGB (Red+Green+Blue) = 203+201+11=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC90B is #3436F4. Grayscale: #B4B4B4. Windows color (decimal): -3421941 or 772555. OLE color: 772555.
HSL color Cylindrical-coordinate representation of color #CBC90B: hue angle of 59.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBC90B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.20 |
| HSL | 59.38º | 0.9% | 0.42% | - |
| HSV(B) | 59.38º | 0.95% | 0.8% | - |
| XYZ | 45.58 | 54.49 | 8.43 | - |
| YUV | 179.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 11 | 0 | 0.01 | 0.95 | 0.20 | 59.38 | 0.9 | 0.42 |
| Hex | CB | C9 | B | 0 | 1 | 5F | 14 | 3B | 5A | 2A |
| Octal | 313 | 311 | 13 | 0 | 1 | 137 | 24 | 73 | 132 | 52 |
| Binary | 11001011 | 11001001 | 1011 | 0 | 1 | 1011111 | 10100 | 111011 | 1011010 | 101010 |
Color Harmonies of #CBC90B
Complementary color
Monochromatic Colors of #CBC90B
Black with #CBC90B
Text Example
Text Example
White with #CBC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC90B; }
p { color: rgb(203,201,11); }
H1.HeaderClassName
{
color: #CBC90B;
}
.AnyTagClassName
{
color: #CBC90B;
}
</style>
background-color css
<style>
a { background-color: #CBC90B; }
a { background-color: rgb(203,201,11); }
div.DivClassName
{
background-color: #CBC90B;
}
.BgClassName
{
background-color: #CBC90B;
}
</style>
border-color css
<style>
span { border-color: #CBC90B; }
span { border-color: rgb(203,201,11); }
td.TdClassName
{
border-color: #CBC90B;
}
.TagClassName
{
border-color: #CBC90B;
}
</style>