Shades of Olive Green #C2BD56
Tints of Olive Green #C2BD56
RGB
CMYK
RGB Variations
Color information
#C2BD56 (or 0xC2BD56) is known color: Olive Green. HEX triplet: C2, BD and 56. RGB value is (194,189,86). Sum of RGB (Red+Green+Blue) = 194+189+86=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD56 is #3D42A9. Grayscale: #B3B3B3. Windows color (decimal): -4014762 or 5684674. OLE color: 5684674.
HSL color Cylindrical-coordinate representation of color #C2BD56: hue angle of 57.22º 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 #C2BD56 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 86 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.24 |
| HSL | 57.22º | 0.47% | 0.55% | - |
| HSV(B) | 57.22º | 0.56% | 0.76% | - |
| XYZ | 42.13 | 48.54 | 15.95 | - |
| YUV | 178.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 86 | 0 | 0.03 | 0.56 | 0.24 | 57.22 | 0.47 | 0.55 |
| Hex | C2 | BD | 56 | 0 | 3 | 38 | 18 | 39 | 2F | 37 |
| Octal | 302 | 275 | 126 | 0 | 3 | 70 | 30 | 71 | 57 | 67 |
| Binary | 11000010 | 10111101 | 1010110 | 0 | 11 | 111000 | 11000 | 111001 | 101111 | 110111 |
Color Harmonies of #C2BD56
Complementary color
Monochromatic Colors of #C2BD56
Black with #C2BD56
Text Example
Text Example
White with #C2BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD56; }
p { color: rgb(194,189,86); }
H1.HeaderClassName
{
color: #C2BD56;
}
.AnyTagClassName
{
color: #C2BD56;
}
</style>
background-color css
<style>
a { background-color: #C2BD56; }
a { background-color: rgb(194,189,86); }
div.DivClassName
{
background-color: #C2BD56;
}
.BgClassName
{
background-color: #C2BD56;
}
</style>
border-color css
<style>
span { border-color: #C2BD56; }
span { border-color: rgb(194,189,86); }
td.TdClassName
{
border-color: #C2BD56;
}
.TagClassName
{
border-color: #C2BD56;
}
</style>