Shades of Bird Flower #C8BB1E
Tints of Bird Flower #C8BB1E
RGB
CMYK
RGB Variations
Color information
#C8BB1E (or 0xC8BB1E) is known color: Bird Flower. HEX triplet: C8, BB and 1E. RGB value is (200,187,30). Sum of RGB (Red+Green+Blue) = 200+187+30=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB1E is #3744E1. Grayscale: #ADADAD. Windows color (decimal): -3622114 or 2014152. OLE color: 2014152.
HSL color Cylindrical-coordinate representation of color #C8BB1E: hue angle of 55.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8BB1E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.22 |
| HSL | 55.41º | 0.74% | 0.45% | - |
| HSV(B) | 55.41º | 0.85% | 0.78% | - |
| XYZ | 41.82 | 47.91 | 8.27 | - |
| YUV | 172.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 30 | 0 | 0.06 | 0.85 | 0.22 | 55.41 | 0.74 | 0.45 |
| Hex | C8 | BB | 1E | 0 | 6 | 55 | 16 | 37 | 4A | 2D |
| Octal | 310 | 273 | 36 | 0 | 6 | 125 | 26 | 67 | 112 | 55 |
| Binary | 11001000 | 10111011 | 11110 | 0 | 110 | 1010101 | 10110 | 110111 | 1001010 | 101101 |
Color Harmonies of #C8BB1E
Complementary color
Monochromatic Colors of #C8BB1E
Black with #C8BB1E
Text Example
Text Example
White with #C8BB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB1E; }
p { color: rgb(200,187,30); }
H1.HeaderClassName
{
color: #C8BB1E;
}
.AnyTagClassName
{
color: #C8BB1E;
}
</style>
background-color css
<style>
a { background-color: #C8BB1E; }
a { background-color: rgb(200,187,30); }
div.DivClassName
{
background-color: #C8BB1E;
}
.BgClassName
{
background-color: #C8BB1E;
}
</style>
border-color css
<style>
span { border-color: #C8BB1E; }
span { border-color: rgb(200,187,30); }
td.TdClassName
{
border-color: #C8BB1E;
}
.TagClassName
{
border-color: #C8BB1E;
}
</style>