Shades of Olive Green #C2BE5A
Tints of Olive Green #C2BE5A
RGB
CMYK
RGB Variations
Color information
#C2BE5A (or 0xC2BE5A) is known color: Olive Green. HEX triplet: C2, BE and 5A. RGB value is (194,190,90). Sum of RGB (Red+Green+Blue) = 194+190+90=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE5A is #3D41A5. Grayscale: #B4B4B4. Windows color (decimal): -4014502 or 5947074. OLE color: 5947074.
HSL color Cylindrical-coordinate representation of color #C2BE5A: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2BE5A is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 90 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.24 |
| HSL | 57.69º | 0.46% | 0.56% | - |
| HSV(B) | 57.69º | 0.54% | 0.76% | - |
| XYZ | 42.51 | 49.03 | 16.9 | - |
| YUV | 179.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 90 | 0 | 0.02 | 0.54 | 0.24 | 57.69 | 0.46 | 0.56 |
| Hex | C2 | BE | 5A | 0 | 2 | 36 | 18 | 3A | 2E | 38 |
| Octal | 302 | 276 | 132 | 0 | 2 | 66 | 30 | 72 | 56 | 70 |
| Binary | 11000010 | 10111110 | 1011010 | 0 | 10 | 110110 | 11000 | 111010 | 101110 | 111000 |
Color Harmonies of #C2BE5A
Complementary color
Monochromatic Colors of #C2BE5A
Black with #C2BE5A
Text Example
Text Example
White with #C2BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE5A; }
p { color: rgb(194,190,90); }
H1.HeaderClassName
{
color: #C2BE5A;
}
.AnyTagClassName
{
color: #C2BE5A;
}
</style>
background-color css
<style>
a { background-color: #C2BE5A; }
a { background-color: rgb(194,190,90); }
div.DivClassName
{
background-color: #C2BE5A;
}
.BgClassName
{
background-color: #C2BE5A;
}
</style>
border-color css
<style>
span { border-color: #C2BE5A; }
span { border-color: rgb(194,190,90); }
td.TdClassName
{
border-color: #C2BE5A;
}
.TagClassName
{
border-color: #C2BE5A;
}
</style>