Shades of Olive Green #C5BE5A
Tints of Olive Green #C5BE5A
RGB
CMYK
RGB Variations
Color information
#C5BE5A (or 0xC5BE5A) is known color: Olive Green. HEX triplet: C5, BE and 5A. RGB value is (197,190,90). Sum of RGB (Red+Green+Blue) = 197+190+90=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE5A is #3A41A5. Grayscale: #B5B5B5. Windows color (decimal): -3817894 or 5947077. OLE color: 5947077.
HSL color Cylindrical-coordinate representation of color #C5BE5A: hue angle of 56.07º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5BE5A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 90 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.23 |
| HSL | 56.07º | 0.48% | 0.56% | - |
| HSV(B) | 56.07º | 0.54% | 0.77% | - |
| XYZ | 43.28 | 49.44 | 16.93 | - |
| YUV | 180.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 90 | 0 | 0.04 | 0.54 | 0.23 | 56.07 | 0.48 | 0.56 |
| Hex | C5 | BE | 5A | 0 | 4 | 36 | 17 | 38 | 30 | 38 |
| Octal | 305 | 276 | 132 | 0 | 4 | 66 | 27 | 70 | 60 | 70 |
| Binary | 11000101 | 10111110 | 1011010 | 0 | 100 | 110110 | 10111 | 111000 | 110000 | 111000 |
Color Harmonies of #C5BE5A
Complementary color
Monochromatic Colors of #C5BE5A
Black with #C5BE5A
Text Example
Text Example
White with #C5BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE5A; }
p { color: rgb(197,190,90); }
H1.HeaderClassName
{
color: #C5BE5A;
}
.AnyTagClassName
{
color: #C5BE5A;
}
</style>
background-color css
<style>
a { background-color: #C5BE5A; }
a { background-color: rgb(197,190,90); }
div.DivClassName
{
background-color: #C5BE5A;
}
.BgClassName
{
background-color: #C5BE5A;
}
</style>
border-color css
<style>
span { border-color: #C5BE5A; }
span { border-color: rgb(197,190,90); }
td.TdClassName
{
border-color: #C5BE5A;
}
.TagClassName
{
border-color: #C5BE5A;
}
</style>