Shades of Bird Flower #CBC90C
Tints of Bird Flower #CBC90C
RGB
CMYK
RGB Variations
Color information
#CBC90C (or 0xCBC90C) is known color: Bird Flower. HEX triplet: CB, C9 and 0C. RGB value is (203,201,12). Sum of RGB (Red+Green+Blue) = 203+201+12=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC90C is #3436F3. Grayscale: #B4B4B4. Windows color (decimal): -3421940 or 838091. OLE color: 838091.
HSL color Cylindrical-coordinate representation of color #CBC90C: hue angle of 59.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBC90C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.20 |
| HSL | 59.37º | 0.89% | 0.42% | - |
| HSV(B) | 59.37º | 0.94% | 0.8% | - |
| XYZ | 45.58 | 54.5 | 8.46 | - |
| YUV | 180.05 | 33.16 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 12 | 0 | 0.01 | 0.94 | 0.20 | 59.37 | 0.89 | 0.42 |
| Hex | CB | C9 | C | 0 | 1 | 5E | 14 | 3B | 59 | 2A |
| Octal | 313 | 311 | 14 | 0 | 1 | 136 | 24 | 73 | 131 | 52 |
| Binary | 11001011 | 11001001 | 1100 | 0 | 1 | 1011110 | 10100 | 111011 | 1011001 | 101010 |
Color Harmonies of #CBC90C
Complementary color
Monochromatic Colors of #CBC90C
Black with #CBC90C
Text Example
Text Example
White with #CBC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC90C; }
p { color: rgb(203,201,12); }
H1.HeaderClassName
{
color: #CBC90C;
}
.AnyTagClassName
{
color: #CBC90C;
}
</style>
background-color css
<style>
a { background-color: #CBC90C; }
a { background-color: rgb(203,201,12); }
div.DivClassName
{
background-color: #CBC90C;
}
.BgClassName
{
background-color: #CBC90C;
}
</style>
border-color css
<style>
span { border-color: #CBC90C; }
span { border-color: rgb(203,201,12); }
td.TdClassName
{
border-color: #CBC90C;
}
.TagClassName
{
border-color: #CBC90C;
}
</style>