Shades of Olive Green #C2B95C
Tints of Olive Green #C2B95C
RGB
CMYK
RGB Variations
Color information
#C2B95C (or 0xC2B95C) is known color: Olive Green. HEX triplet: C2, B9 and 5C. RGB value is (194,185,92). Sum of RGB (Red+Green+Blue) = 194+185+92=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B95C is #3D46A3. Grayscale: #B1B1B1. Windows color (decimal): -4015780 or 6076866. OLE color: 6076866.
HSL color Cylindrical-coordinate representation of color #C2B95C: hue angle of 54.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2B95C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 92 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.24 |
| HSL | 54.71º | 0.46% | 0.56% | - |
| HSV(B) | 54.71º | 0.53% | 0.76% | - |
| XYZ | 41.53 | 46.94 | 17 | - |
| YUV | 177.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 92 | 0 | 0.05 | 0.53 | 0.24 | 54.71 | 0.46 | 0.56 |
| Hex | C2 | B9 | 5C | 0 | 5 | 35 | 18 | 37 | 2E | 38 |
| Octal | 302 | 271 | 134 | 0 | 5 | 65 | 30 | 67 | 56 | 70 |
| Binary | 11000010 | 10111001 | 1011100 | 0 | 101 | 110101 | 11000 | 110111 | 101110 | 111000 |
Color Harmonies of #C2B95C
Complementary color
Monochromatic Colors of #C2B95C
Black with #C2B95C
Text Example
Text Example
White with #C2B95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B95C; }
p { color: rgb(194,185,92); }
H1.HeaderClassName
{
color: #C2B95C;
}
.AnyTagClassName
{
color: #C2B95C;
}
</style>
background-color css
<style>
a { background-color: #C2B95C; }
a { background-color: rgb(194,185,92); }
div.DivClassName
{
background-color: #C2B95C;
}
.BgClassName
{
background-color: #C2B95C;
}
</style>
border-color css
<style>
span { border-color: #C2B95C; }
span { border-color: rgb(194,185,92); }
td.TdClassName
{
border-color: #C2B95C;
}
.TagClassName
{
border-color: #C2B95C;
}
</style>