Shades of Olive Green #C5BE51
Tints of Olive Green #C5BE51
RGB
CMYK
RGB Variations
Color information
#C5BE51 (or 0xC5BE51) is known color: Olive Green. HEX triplet: C5, BE and 51. RGB value is (197,190,81). Sum of RGB (Red+Green+Blue) = 197+190+81=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE51 is #3A41AE. Grayscale: #B4B4B4. Windows color (decimal): -3817903 or 5357253. OLE color: 5357253.
HSL color Cylindrical-coordinate representation of color #C5BE51: hue angle of 56.38º 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 #C5BE51 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 81 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.23 |
| HSL | 56.38º | 0.5% | 0.55% | - |
| HSV(B) | 56.38º | 0.59% | 0.77% | - |
| XYZ | 42.92 | 49.29 | 15.04 | - |
| YUV | 179.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 81 | 0 | 0.04 | 0.59 | 0.23 | 56.38 | 0.5 | 0.55 |
| Hex | C5 | BE | 51 | 0 | 4 | 3B | 17 | 38 | 32 | 37 |
| Octal | 305 | 276 | 121 | 0 | 4 | 73 | 27 | 70 | 62 | 67 |
| Binary | 11000101 | 10111110 | 1010001 | 0 | 100 | 111011 | 10111 | 111000 | 110010 | 110111 |
Color Harmonies of #C5BE51
Complementary color
Monochromatic Colors of #C5BE51
Black with #C5BE51
Text Example
Text Example
White with #C5BE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE51; }
p { color: rgb(197,190,81); }
H1.HeaderClassName
{
color: #C5BE51;
}
.AnyTagClassName
{
color: #C5BE51;
}
</style>
background-color css
<style>
a { background-color: #C5BE51; }
a { background-color: rgb(197,190,81); }
div.DivClassName
{
background-color: #C5BE51;
}
.BgClassName
{
background-color: #C5BE51;
}
</style>
border-color css
<style>
span { border-color: #C5BE51; }
span { border-color: rgb(197,190,81); }
td.TdClassName
{
border-color: #C5BE51;
}
.TagClassName
{
border-color: #C5BE51;
}
</style>