Shades of Olive Green #C5BC51
Tints of Olive Green #C5BC51
RGB
CMYK
RGB Variations
Color information
#C5BC51 (or 0xC5BC51) is known color: Olive Green. HEX triplet: C5, BC and 51. RGB value is (197,188,81). Sum of RGB (Red+Green+Blue) = 197+188+81=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC51 is #3A43AE. Grayscale: #B2B2B2. Windows color (decimal): -3818415 or 5356741. OLE color: 5356741.
HSL color Cylindrical-coordinate representation of color #C5BC51: hue angle of 55.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5BC51 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 81 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.23 |
| HSL | 55.34º | 0.5% | 0.55% | - |
| HSV(B) | 55.34º | 0.59% | 0.77% | - |
| XYZ | 42.49 | 48.43 | 14.89 | - |
| YUV | 178.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 81 | 0 | 0.05 | 0.59 | 0.23 | 55.34 | 0.5 | 0.55 |
| Hex | C5 | BC | 51 | 0 | 5 | 3B | 17 | 37 | 32 | 37 |
| Octal | 305 | 274 | 121 | 0 | 5 | 73 | 27 | 67 | 62 | 67 |
| Binary | 11000101 | 10111100 | 1010001 | 0 | 101 | 111011 | 10111 | 110111 | 110010 | 110111 |
Color Harmonies of #C5BC51
Complementary color
Monochromatic Colors of #C5BC51
Black with #C5BC51
Text Example
Text Example
White with #C5BC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC51; }
p { color: rgb(197,188,81); }
H1.HeaderClassName
{
color: #C5BC51;
}
.AnyTagClassName
{
color: #C5BC51;
}
</style>
background-color css
<style>
a { background-color: #C5BC51; }
a { background-color: rgb(197,188,81); }
div.DivClassName
{
background-color: #C5BC51;
}
.BgClassName
{
background-color: #C5BC51;
}
</style>
border-color css
<style>
span { border-color: #C5BC51; }
span { border-color: rgb(197,188,81); }
td.TdClassName
{
border-color: #C5BC51;
}
.TagClassName
{
border-color: #C5BC51;
}
</style>