Shades of Olive Green #C2B955
Tints of Olive Green #C2B955
RGB
CMYK
RGB Variations
Color information
#C2B955 (or 0xC2B955) is known color: Olive Green. HEX triplet: C2, B9 and 55. RGB value is (194,185,85). Sum of RGB (Red+Green+Blue) = 194+185+85=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B955 is #3D46AA. Grayscale: #B0B0B0. Windows color (decimal): -4015787 or 5618114. OLE color: 5618114.
HSL color Cylindrical-coordinate representation of color #C2B955: hue angle of 55.05º 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 #C2B955 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 85 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.24 |
| HSL | 55.05º | 0.47% | 0.55% | - |
| HSV(B) | 55.05º | 0.56% | 0.76% | - |
| XYZ | 41.24 | 46.82 | 15.46 | - |
| YUV | 176.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 85 | 0 | 0.05 | 0.56 | 0.24 | 55.05 | 0.47 | 0.55 |
| Hex | C2 | B9 | 55 | 0 | 5 | 38 | 18 | 37 | 2F | 37 |
| Octal | 302 | 271 | 125 | 0 | 5 | 70 | 30 | 67 | 57 | 67 |
| Binary | 11000010 | 10111001 | 1010101 | 0 | 101 | 111000 | 11000 | 110111 | 101111 | 110111 |
Color Harmonies of #C2B955
Complementary color
Monochromatic Colors of #C2B955
Black with #C2B955
Text Example
Text Example
White with #C2B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B955; }
p { color: rgb(194,185,85); }
H1.HeaderClassName
{
color: #C2B955;
}
.AnyTagClassName
{
color: #C2B955;
}
</style>
background-color css
<style>
a { background-color: #C2B955; }
a { background-color: rgb(194,185,85); }
div.DivClassName
{
background-color: #C2B955;
}
.BgClassName
{
background-color: #C2B955;
}
</style>
border-color css
<style>
span { border-color: #C2B955; }
span { border-color: rgb(194,185,85); }
td.TdClassName
{
border-color: #C2B955;
}
.TagClassName
{
border-color: #C2B955;
}
</style>