Shades of Bird Flower #C8BF18
Tints of Bird Flower #C8BF18
RGB
CMYK
RGB Variations
Color information
#C8BF18 (or 0xC8BF18) is known color: Bird Flower. HEX triplet: C8, BF and 18. RGB value is (200,191,24). Sum of RGB (Red+Green+Blue) = 200+191+24=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BF18 is #3740E7. Grayscale: #AFAFAF. Windows color (decimal): -3621096 or 1621960. OLE color: 1621960.
HSL color Cylindrical-coordinate representation of color #C8BF18: hue angle of 56.93º 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 #C8BF18 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 24 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.22 |
| HSL | 56.93º | 0.79% | 0.44% | - |
| HSV(B) | 56.93º | 0.88% | 0.78% | - |
| XYZ | 42.62 | 49.61 | 8.19 | - |
| YUV | 174.65 | 42.98 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 24 | 0 | 0.04 | 0.88 | 0.22 | 56.93 | 0.79 | 0.44 |
| Hex | C8 | BF | 18 | 0 | 4 | 58 | 16 | 39 | 4F | 2C |
| Octal | 310 | 277 | 30 | 0 | 4 | 130 | 26 | 71 | 117 | 54 |
| Binary | 11001000 | 10111111 | 11000 | 0 | 100 | 1011000 | 10110 | 111001 | 1001111 | 101100 |
Color Harmonies of #C8BF18
Complementary color
Monochromatic Colors of #C8BF18
Black with #C8BF18
Text Example
Text Example
White with #C8BF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF18; }
p { color: rgb(200,191,24); }
H1.HeaderClassName
{
color: #C8BF18;
}
.AnyTagClassName
{
color: #C8BF18;
}
</style>
background-color css
<style>
a { background-color: #C8BF18; }
a { background-color: rgb(200,191,24); }
div.DivClassName
{
background-color: #C8BF18;
}
.BgClassName
{
background-color: #C8BF18;
}
</style>
border-color css
<style>
span { border-color: #C8BF18; }
span { border-color: rgb(200,191,24); }
td.TdClassName
{
border-color: #C8BF18;
}
.TagClassName
{
border-color: #C8BF18;
}
</style>