Shades of Olive Green #C5BE53
Tints of Olive Green #C5BE53
RGB
CMYK
RGB Variations
Color information
#C5BE53 (or 0xC5BE53) is known color: Olive Green. HEX triplet: C5, BE and 53. RGB value is (197,190,83). Sum of RGB (Red+Green+Blue) = 197+190+83=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE53 is #3A41AC. Grayscale: #B4B4B4. Windows color (decimal): -3817901 or 5488325. OLE color: 5488325.
HSL color Cylindrical-coordinate representation of color #C5BE53: hue angle of 56.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5BE53 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 83 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.23 |
| HSL | 56.32º | 0.5% | 0.55% | - |
| HSV(B) | 56.32º | 0.58% | 0.77% | - |
| XYZ | 43 | 49.32 | 15.44 | - |
| YUV | 179.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 83 | 0 | 0.04 | 0.58 | 0.23 | 56.32 | 0.5 | 0.55 |
| Hex | C5 | BE | 53 | 0 | 4 | 3A | 17 | 38 | 32 | 37 |
| Octal | 305 | 276 | 123 | 0 | 4 | 72 | 27 | 70 | 62 | 67 |
| Binary | 11000101 | 10111110 | 1010011 | 0 | 100 | 111010 | 10111 | 111000 | 110010 | 110111 |
Color Harmonies of #C5BE53
Complementary color
Monochromatic Colors of #C5BE53
Black with #C5BE53
Text Example
Text Example
White with #C5BE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE53; }
p { color: rgb(197,190,83); }
H1.HeaderClassName
{
color: #C5BE53;
}
.AnyTagClassName
{
color: #C5BE53;
}
</style>
background-color css
<style>
a { background-color: #C5BE53; }
a { background-color: rgb(197,190,83); }
div.DivClassName
{
background-color: #C5BE53;
}
.BgClassName
{
background-color: #C5BE53;
}
</style>
border-color css
<style>
span { border-color: #C5BE53; }
span { border-color: rgb(197,190,83); }
td.TdClassName
{
border-color: #C5BE53;
}
.TagClassName
{
border-color: #C5BE53;
}
</style>