Shades of Olive Green #C2B655
Tints of Olive Green #C2B655
RGB
CMYK
RGB Variations
Color information
#C2B655 (or 0xC2B655) is known color: Olive Green. HEX triplet: C2, B6 and 55. RGB value is (194,182,85). Sum of RGB (Red+Green+Blue) = 194+182+85=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B655 is #3D49AA. Grayscale: #AEAEAE. Windows color (decimal): -4016555 or 5617346. OLE color: 5617346.
HSL color Cylindrical-coordinate representation of color #C2B655: hue angle of 53.39º 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 #C2B655 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 85 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.24 |
| HSL | 53.39º | 0.47% | 0.55% | - |
| HSV(B) | 53.39º | 0.56% | 0.76% | - |
| XYZ | 40.62 | 45.58 | 15.25 | - |
| YUV | 174.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 85 | 0 | 0.06 | 0.56 | 0.24 | 53.39 | 0.47 | 0.55 |
| Hex | C2 | B6 | 55 | 0 | 6 | 38 | 18 | 35 | 2F | 37 |
| Octal | 302 | 266 | 125 | 0 | 6 | 70 | 30 | 65 | 57 | 67 |
| Binary | 11000010 | 10110110 | 1010101 | 0 | 110 | 111000 | 11000 | 110101 | 101111 | 110111 |
Color Harmonies of #C2B655
Complementary color
Monochromatic Colors of #C2B655
Black with #C2B655
Text Example
Text Example
White with #C2B655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B655; }
p { color: rgb(194,182,85); }
H1.HeaderClassName
{
color: #C2B655;
}
.AnyTagClassName
{
color: #C2B655;
}
</style>
background-color css
<style>
a { background-color: #C2B655; }
a { background-color: rgb(194,182,85); }
div.DivClassName
{
background-color: #C2B655;
}
.BgClassName
{
background-color: #C2B655;
}
</style>
border-color css
<style>
span { border-color: #C2B655; }
span { border-color: rgb(194,182,85); }
td.TdClassName
{
border-color: #C2B655;
}
.TagClassName
{
border-color: #C2B655;
}
</style>