Shades of Olive Green #C2BE56
Tints of Olive Green #C2BE56
RGB
CMYK
RGB Variations
Color information
#C2BE56 (or 0xC2BE56) is known color: Olive Green. HEX triplet: C2, BE and 56. RGB value is (194,190,86). Sum of RGB (Red+Green+Blue) = 194+190+86=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE56 is #3D41A9. Grayscale: #B3B3B3. Windows color (decimal): -4014506 or 5684930. OLE color: 5684930.
HSL color Cylindrical-coordinate representation of color #C2BE56: hue angle of 57.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2BE56 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 86 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.24 |
| HSL | 57.78º | 0.47% | 0.55% | - |
| HSV(B) | 57.78º | 0.56% | 0.76% | - |
| XYZ | 42.34 | 48.97 | 16.02 | - |
| YUV | 179.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 86 | 0 | 0.02 | 0.56 | 0.24 | 57.78 | 0.47 | 0.55 |
| Hex | C2 | BE | 56 | 0 | 2 | 38 | 18 | 3A | 2F | 37 |
| Octal | 302 | 276 | 126 | 0 | 2 | 70 | 30 | 72 | 57 | 67 |
| Binary | 11000010 | 10111110 | 1010110 | 0 | 10 | 111000 | 11000 | 111010 | 101111 | 110111 |
Color Harmonies of #C2BE56
Complementary color
Monochromatic Colors of #C2BE56
Black with #C2BE56
Text Example
Text Example
White with #C2BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE56; }
p { color: rgb(194,190,86); }
H1.HeaderClassName
{
color: #C2BE56;
}
.AnyTagClassName
{
color: #C2BE56;
}
</style>
background-color css
<style>
a { background-color: #C2BE56; }
a { background-color: rgb(194,190,86); }
div.DivClassName
{
background-color: #C2BE56;
}
.BgClassName
{
background-color: #C2BE56;
}
</style>
border-color css
<style>
span { border-color: #C2BE56; }
span { border-color: rgb(194,190,86); }
td.TdClassName
{
border-color: #C2BE56;
}
.TagClassName
{
border-color: #C2BE56;
}
</style>