Shades of Bird Flower #C8BA1E
Tints of Bird Flower #C8BA1E
RGB
CMYK
RGB Variations
Color information
#C8BA1E (or 0xC8BA1E) is known color: Bird Flower. HEX triplet: C8, BA and 1E. RGB value is (200,186,30). Sum of RGB (Red+Green+Blue) = 200+186+30=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA1E is #3745E1. Grayscale: #ADADAD. Windows color (decimal): -3622370 or 2013896. OLE color: 2013896.
HSL color Cylindrical-coordinate representation of color #C8BA1E: hue angle of 55.06º 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 #C8BA1E is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 30 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.22 |
| HSL | 55.06º | 0.74% | 0.45% | - |
| HSV(B) | 55.06º | 0.85% | 0.78% | - |
| XYZ | 41.61 | 47.49 | 8.2 | - |
| YUV | 172.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 30 | 0 | 0.07 | 0.85 | 0.22 | 55.06 | 0.74 | 0.45 |
| Hex | C8 | BA | 1E | 0 | 7 | 55 | 16 | 37 | 4A | 2D |
| Octal | 310 | 272 | 36 | 0 | 7 | 125 | 26 | 67 | 112 | 55 |
| Binary | 11001000 | 10111010 | 11110 | 0 | 111 | 1010101 | 10110 | 110111 | 1001010 | 101101 |
Color Harmonies of #C8BA1E
Complementary color
Monochromatic Colors of #C8BA1E
Black with #C8BA1E
Text Example
Text Example
White with #C8BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA1E; }
p { color: rgb(200,186,30); }
H1.HeaderClassName
{
color: #C8BA1E;
}
.AnyTagClassName
{
color: #C8BA1E;
}
</style>
background-color css
<style>
a { background-color: #C8BA1E; }
a { background-color: rgb(200,186,30); }
div.DivClassName
{
background-color: #C8BA1E;
}
.BgClassName
{
background-color: #C8BA1E;
}
</style>
border-color css
<style>
span { border-color: #C8BA1E; }
span { border-color: rgb(200,186,30); }
td.TdClassName
{
border-color: #C8BA1E;
}
.TagClassName
{
border-color: #C8BA1E;
}
</style>