Shades of Bird Flower #CBC51B
Tints of Bird Flower #CBC51B
RGB
CMYK
RGB Variations
Color information
#CBC51B (or 0xCBC51B) is known color: Bird Flower. HEX triplet: CB, C5 and 1B. RGB value is (203,197,27). Sum of RGB (Red+Green+Blue) = 203+197+27=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC51B is #343AE4. Grayscale: #B4B4B4. Windows color (decimal): -3422949 or 1820107. OLE color: 1820107.
HSL color Cylindrical-coordinate representation of color #CBC51B: hue angle of 57.95º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBC51B is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 27 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.20 |
| HSL | 57.95º | 0.77% | 0.45% | - |
| HSV(B) | 57.95º | 0.87% | 0.8% | - |
| XYZ | 44.79 | 52.71 | 8.85 | - |
| YUV | 179.41 | 41.99 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 27 | 0 | 0.03 | 0.87 | 0.20 | 57.95 | 0.77 | 0.45 |
| Hex | CB | C5 | 1B | 0 | 3 | 57 | 14 | 3A | 4D | 2D |
| Octal | 313 | 305 | 33 | 0 | 3 | 127 | 24 | 72 | 115 | 55 |
| Binary | 11001011 | 11000101 | 11011 | 0 | 11 | 1010111 | 10100 | 111010 | 1001101 | 101101 |
Color Harmonies of #CBC51B
Complementary color
Monochromatic Colors of #CBC51B
Black with #CBC51B
Text Example
Text Example
White with #CBC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC51B; }
p { color: rgb(203,197,27); }
H1.HeaderClassName
{
color: #CBC51B;
}
.AnyTagClassName
{
color: #CBC51B;
}
</style>
background-color css
<style>
a { background-color: #CBC51B; }
a { background-color: rgb(203,197,27); }
div.DivClassName
{
background-color: #CBC51B;
}
.BgClassName
{
background-color: #CBC51B;
}
</style>
border-color css
<style>
span { border-color: #CBC51B; }
span { border-color: rgb(203,197,27); }
td.TdClassName
{
border-color: #CBC51B;
}
.TagClassName
{
border-color: #CBC51B;
}
</style>