Shades of Olive Green #C2B95A
Tints of Olive Green #C2B95A
RGB
CMYK
RGB Variations
Color information
#C2B95A (or 0xC2B95A) is known color: Olive Green. HEX triplet: C2, B9 and 5A. RGB value is (194,185,90). Sum of RGB (Red+Green+Blue) = 194+185+90=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B95A is #3D46A5. Grayscale: #B1B1B1. Windows color (decimal): -4015782 or 5945794. OLE color: 5945794.
HSL color Cylindrical-coordinate representation of color #C2B95A: hue angle of 54.81º 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 #C2B95A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 90 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.81º | 0.46% | 0.56% | - |
| HSV(B) | 54.81º | 0.54% | 0.76% | - |
| XYZ | 41.44 | 46.91 | 16.54 | - |
| YUV | 176.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 90 | 0 | 0.05 | 0.54 | 0.24 | 54.81 | 0.46 | 0.56 |
| Hex | C2 | B9 | 5A | 0 | 5 | 36 | 18 | 37 | 2E | 38 |
| Octal | 302 | 271 | 132 | 0 | 5 | 66 | 30 | 67 | 56 | 70 |
| Binary | 11000010 | 10111001 | 1011010 | 0 | 101 | 110110 | 11000 | 110111 | 101110 | 111000 |
Color Harmonies of #C2B95A
Complementary color
Monochromatic Colors of #C2B95A
Black with #C2B95A
Text Example
Text Example
White with #C2B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B95A; }
p { color: rgb(194,185,90); }
H1.HeaderClassName
{
color: #C2B95A;
}
.AnyTagClassName
{
color: #C2B95A;
}
</style>
background-color css
<style>
a { background-color: #C2B95A; }
a { background-color: rgb(194,185,90); }
div.DivClassName
{
background-color: #C2B95A;
}
.BgClassName
{
background-color: #C2B95A;
}
</style>
border-color css
<style>
span { border-color: #C2B95A; }
span { border-color: rgb(194,185,90); }
td.TdClassName
{
border-color: #C2B95A;
}
.TagClassName
{
border-color: #C2B95A;
}
</style>