Shades of Bird Flower #C8BE09
Tints of Bird Flower #C8BE09
RGB
CMYK
RGB Variations
Color information
#C8BE09 (or 0xC8BE09) is known color: Bird Flower. HEX triplet: C8, BE and 09. RGB value is (200,190,9). Sum of RGB (Red+Green+Blue) = 200+190+9=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE09 is #3741F6. Grayscale: #ADADAD. Windows color (decimal): -3621367 or 638664. OLE color: 638664.
HSL color Cylindrical-coordinate representation of color #C8BE09: hue angle of 56.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8BE09 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.22 |
| HSL | 56.86º | 0.91% | 0.41% | - |
| HSV(B) | 56.86º | 0.96% | 0.78% | - |
| XYZ | 42.28 | 49.13 | 7.51 | - |
| YUV | 172.36 | 35.81 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 9 | 0 | 0.05 | 0.96 | 0.22 | 56.86 | 0.91 | 0.41 |
| Hex | C8 | BE | 9 | 0 | 5 | 60 | 16 | 39 | 5B | 29 |
| Octal | 310 | 276 | 11 | 0 | 5 | 140 | 26 | 71 | 133 | 51 |
| Binary | 11001000 | 10111110 | 1001 | 0 | 101 | 1100000 | 10110 | 111001 | 1011011 | 101001 |
Color Harmonies of #C8BE09
Complementary color
Monochromatic Colors of #C8BE09
Black with #C8BE09
Text Example
Text Example
White with #C8BE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE09; }
p { color: rgb(200,190,9); }
H1.HeaderClassName
{
color: #C8BE09;
}
.AnyTagClassName
{
color: #C8BE09;
}
</style>
background-color css
<style>
a { background-color: #C8BE09; }
a { background-color: rgb(200,190,9); }
div.DivClassName
{
background-color: #C8BE09;
}
.BgClassName
{
background-color: #C8BE09;
}
</style>
border-color css
<style>
span { border-color: #C8BE09; }
span { border-color: rgb(200,190,9); }
td.TdClassName
{
border-color: #C8BE09;
}
.TagClassName
{
border-color: #C8BE09;
}
</style>