Shades of Olive Green #C0B656
Tints of Olive Green #C0B656
RGB
CMYK
RGB Variations
Color information
#C0B656 (or 0xC0B656) is known color: Olive Green. HEX triplet: C0, B6 and 56. RGB value is (192,182,86). Sum of RGB (Red+Green+Blue) = 192+182+86=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B656 is #3F49A9. Grayscale: #AEAEAE. Windows color (decimal): -4147626 or 5682880. OLE color: 5682880.
HSL color Cylindrical-coordinate representation of color #C0B656: hue angle of 54.34º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0B656 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 182 | 86 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.25 |
| HSL | 54.34º | 0.46% | 0.55% | - |
| HSV(B) | 54.34º | 0.55% | 0.75% | - |
| XYZ | 40.15 | 45.33 | 15.44 | - |
| YUV | 174.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 86 | 0 | 0.05 | 0.55 | 0.25 | 54.34 | 0.46 | 0.55 |
| Hex | C0 | B6 | 56 | 0 | 5 | 37 | 19 | 36 | 2E | 37 |
| Octal | 300 | 266 | 126 | 0 | 5 | 67 | 31 | 66 | 56 | 67 |
| Binary | 11000000 | 10110110 | 1010110 | 0 | 101 | 110111 | 11001 | 110110 | 101110 | 110111 |
Color Harmonies of #C0B656
Complementary color
Monochromatic Colors of #C0B656
Black with #C0B656
Text Example
Text Example
White with #C0B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B656; }
p { color: rgb(192,182,86); }
H1.HeaderClassName
{
color: #C0B656;
}
.AnyTagClassName
{
color: #C0B656;
}
</style>
background-color css
<style>
a { background-color: #C0B656; }
a { background-color: rgb(192,182,86); }
div.DivClassName
{
background-color: #C0B656;
}
.BgClassName
{
background-color: #C0B656;
}
</style>
border-color css
<style>
span { border-color: #C0B656; }
span { border-color: rgb(192,182,86); }
td.TdClassName
{
border-color: #C0B656;
}
.TagClassName
{
border-color: #C0B656;
}
</style>