Shades of Bird Flower #C8BD1E
Tints of Bird Flower #C8BD1E
RGB
CMYK
RGB Variations
Color information
#C8BD1E (or 0xC8BD1E) is known color: Bird Flower. HEX triplet: C8, BD and 1E. RGB value is (200,189,30). Sum of RGB (Red+Green+Blue) = 200+189+30=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD1E is #3742E1. Grayscale: #AEAEAE. Windows color (decimal): -3621602 or 2014664. OLE color: 2014664.
HSL color Cylindrical-coordinate representation of color #C8BD1E: hue angle of 56.12º 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 #C8BD1E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 30 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.22 |
| HSL | 56.12º | 0.74% | 0.45% | - |
| HSV(B) | 56.12º | 0.85% | 0.78% | - |
| XYZ | 42.25 | 48.77 | 8.41 | - |
| YUV | 174.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 30 | 0 | 0.06 | 0.85 | 0.22 | 56.12 | 0.74 | 0.45 |
| Hex | C8 | BD | 1E | 0 | 6 | 55 | 16 | 38 | 4A | 2D |
| Octal | 310 | 275 | 36 | 0 | 6 | 125 | 26 | 70 | 112 | 55 |
| Binary | 11001000 | 10111101 | 11110 | 0 | 110 | 1010101 | 10110 | 111000 | 1001010 | 101101 |
Color Harmonies of #C8BD1E
Complementary color
Monochromatic Colors of #C8BD1E
Black with #C8BD1E
Text Example
Text Example
White with #C8BD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD1E; }
p { color: rgb(200,189,30); }
H1.HeaderClassName
{
color: #C8BD1E;
}
.AnyTagClassName
{
color: #C8BD1E;
}
</style>
background-color css
<style>
a { background-color: #C8BD1E; }
a { background-color: rgb(200,189,30); }
div.DivClassName
{
background-color: #C8BD1E;
}
.BgClassName
{
background-color: #C8BD1E;
}
</style>
border-color css
<style>
span { border-color: #C8BD1E; }
span { border-color: rgb(200,189,30); }
td.TdClassName
{
border-color: #C8BD1E;
}
.TagClassName
{
border-color: #C8BD1E;
}
</style>