Shades of Olive Green #C5BE59
Tints of Olive Green #C5BE59
RGB
CMYK
RGB Variations
Color information
#C5BE59 (or 0xC5BE59) is known color: Olive Green. HEX triplet: C5, BE and 59. RGB value is (197,190,89). Sum of RGB (Red+Green+Blue) = 197+190+89=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 89 (35.16% from 255 or 18.70% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE59 is #3A41A6. Grayscale: #B4B4B4. Windows color (decimal): -3817895 or 5881541. OLE color: 5881541.
HSL color Cylindrical-coordinate representation of color #C5BE59: hue angle of 56.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5BE59 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 89 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.23 |
| HSL | 56.11º | 0.48% | 0.56% | - |
| HSV(B) | 56.11º | 0.55% | 0.77% | - |
| XYZ | 43.24 | 49.42 | 16.71 | - |
| YUV | 180.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 89 | 0 | 0.04 | 0.55 | 0.23 | 56.11 | 0.48 | 0.56 |
| Hex | C5 | BE | 59 | 0 | 4 | 37 | 17 | 38 | 30 | 38 |
| Octal | 305 | 276 | 131 | 0 | 4 | 67 | 27 | 70 | 60 | 70 |
| Binary | 11000101 | 10111110 | 1011001 | 0 | 100 | 110111 | 10111 | 111000 | 110000 | 111000 |
Color Harmonies of #C5BE59
Complementary color
Monochromatic Colors of #C5BE59
Black with #C5BE59
Text Example
Text Example
White with #C5BE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE59; }
p { color: rgb(197,190,89); }
H1.HeaderClassName
{
color: #C5BE59;
}
.AnyTagClassName
{
color: #C5BE59;
}
</style>
background-color css
<style>
a { background-color: #C5BE59; }
a { background-color: rgb(197,190,89); }
div.DivClassName
{
background-color: #C5BE59;
}
.BgClassName
{
background-color: #C5BE59;
}
</style>
border-color css
<style>
span { border-color: #C5BE59; }
span { border-color: rgb(197,190,89); }
td.TdClassName
{
border-color: #C5BE59;
}
.TagClassName
{
border-color: #C5BE59;
}
</style>