Shades of Bird Flower #C8BA18
Tints of Bird Flower #C8BA18
RGB
CMYK
RGB Variations
Color information
#C8BA18 (or 0xC8BA18) is known color: Bird Flower. HEX triplet: C8, BA and 18. RGB value is (200,186,24). Sum of RGB (Red+Green+Blue) = 200+186+24=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA18 is #3745E7. Grayscale: #ACACAC. Windows color (decimal): -3622376 or 1620680. OLE color: 1620680.
HSL color Cylindrical-coordinate representation of color #C8BA18: hue angle of 55.23º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8BA18 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 24 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.22 |
| HSL | 55.23º | 0.79% | 0.44% | - |
| HSV(B) | 55.23º | 0.88% | 0.78% | - |
| XYZ | 41.54 | 47.46 | 7.84 | - |
| YUV | 171.72 | 44.64 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 24 | 0 | 0.07 | 0.88 | 0.22 | 55.23 | 0.79 | 0.44 |
| Hex | C8 | BA | 18 | 0 | 7 | 58 | 16 | 37 | 4F | 2C |
| Octal | 310 | 272 | 30 | 0 | 7 | 130 | 26 | 67 | 117 | 54 |
| Binary | 11001000 | 10111010 | 11000 | 0 | 111 | 1011000 | 10110 | 110111 | 1001111 | 101100 |
Color Harmonies of #C8BA18
Complementary color
Monochromatic Colors of #C8BA18
Black with #C8BA18
Text Example
Text Example
White with #C8BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA18; }
p { color: rgb(200,186,24); }
H1.HeaderClassName
{
color: #C8BA18;
}
.AnyTagClassName
{
color: #C8BA18;
}
</style>
background-color css
<style>
a { background-color: #C8BA18; }
a { background-color: rgb(200,186,24); }
div.DivClassName
{
background-color: #C8BA18;
}
.BgClassName
{
background-color: #C8BA18;
}
</style>
border-color css
<style>
span { border-color: #C8BA18; }
span { border-color: rgb(200,186,24); }
td.TdClassName
{
border-color: #C8BA18;
}
.TagClassName
{
border-color: #C8BA18;
}
</style>