Shades of Bird Flower #CBBA02
Tints of Bird Flower #CBBA02
RGB
CMYK
RGB Variations
Color information
#CBBA02 (or 0xCBBA02) is known color: Bird Flower. HEX triplet: CB, BA and 02. RGB value is (203,186,2). Sum of RGB (Red+Green+Blue) = 203+186+2=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBA02 is #3445FD. Grayscale: #AAAAAA. Windows color (decimal): -3425790 or 178891. OLE color: 178891.
HSL color Cylindrical-coordinate representation of color #CBBA02: hue angle of 54.93º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBBA02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.20 |
| HSL | 54.93º | 0.98% | 0.4% | - |
| HSV(B) | 54.93º | 0.99% | 0.8% | - |
| XYZ | 42.2 | 47.82 | 7.06 | - |
| YUV | 170.11 | 33.13 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 2 | 0 | 0.08 | 0.99 | 0.20 | 54.93 | 0.98 | 0.4 |
| Hex | CB | BA | 2 | 0 | 8 | 63 | 14 | 37 | 62 | 28 |
| Octal | 313 | 272 | 2 | 0 | 10 | 143 | 24 | 67 | 142 | 50 |
| Binary | 11001011 | 10111010 | 10 | 0 | 1000 | 1100011 | 10100 | 110111 | 1100010 | 101000 |
Color Harmonies of #CBBA02
Complementary color
Monochromatic Colors of #CBBA02
Black with #CBBA02
Text Example
Text Example
White with #CBBA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA02; }
p { color: rgb(203,186,2); }
H1.HeaderClassName
{
color: #CBBA02;
}
.AnyTagClassName
{
color: #CBBA02;
}
</style>
background-color css
<style>
a { background-color: #CBBA02; }
a { background-color: rgb(203,186,2); }
div.DivClassName
{
background-color: #CBBA02;
}
.BgClassName
{
background-color: #CBBA02;
}
</style>
border-color css
<style>
span { border-color: #CBBA02; }
span { border-color: rgb(203,186,2); }
td.TdClassName
{
border-color: #CBBA02;
}
.TagClassName
{
border-color: #CBBA02;
}
</style>