Shades of Olive Green #C2BE54
Tints of Olive Green #C2BE54
RGB
CMYK
RGB Variations
Color information
#C2BE54 (or 0xC2BE54) is known color: Olive Green. HEX triplet: C2, BE and 54. RGB value is (194,190,84). Sum of RGB (Red+Green+Blue) = 194+190+84=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE54 is #3D41AB. Grayscale: #B3B3B3. Windows color (decimal): -4014508 or 5553858. OLE color: 5553858.
HSL color Cylindrical-coordinate representation of color #C2BE54: hue angle of 57.82º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2BE54 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 84 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.24 |
| HSL | 57.82º | 0.47% | 0.55% | - |
| HSV(B) | 57.82º | 0.57% | 0.76% | - |
| XYZ | 42.26 | 48.94 | 15.61 | - |
| YUV | 179.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 84 | 0 | 0.02 | 0.57 | 0.24 | 57.82 | 0.47 | 0.55 |
| Hex | C2 | BE | 54 | 0 | 2 | 39 | 18 | 3A | 2F | 37 |
| Octal | 302 | 276 | 124 | 0 | 2 | 71 | 30 | 72 | 57 | 67 |
| Binary | 11000010 | 10111110 | 1010100 | 0 | 10 | 111001 | 11000 | 111010 | 101111 | 110111 |
Color Harmonies of #C2BE54
Complementary color
Monochromatic Colors of #C2BE54
Black with #C2BE54
Text Example
Text Example
White with #C2BE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE54; }
p { color: rgb(194,190,84); }
H1.HeaderClassName
{
color: #C2BE54;
}
.AnyTagClassName
{
color: #C2BE54;
}
</style>
background-color css
<style>
a { background-color: #C2BE54; }
a { background-color: rgb(194,190,84); }
div.DivClassName
{
background-color: #C2BE54;
}
.BgClassName
{
background-color: #C2BE54;
}
</style>
border-color css
<style>
span { border-color: #C2BE54; }
span { border-color: rgb(194,190,84); }
td.TdClassName
{
border-color: #C2BE54;
}
.TagClassName
{
border-color: #C2BE54;
}
</style>