Shades of Olive Green #C2B858
Tints of Olive Green #C2B858
RGB
CMYK
RGB Variations
Color information
#C2B858 (or 0xC2B858) is known color: Olive Green. HEX triplet: C2, B8 and 58. RGB value is (194,184,88). Sum of RGB (Red+Green+Blue) = 194+184+88=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B858 is #3D47A7. Grayscale: #B0B0B0. Windows color (decimal): -4016040 or 5814466. OLE color: 5814466.
HSL color Cylindrical-coordinate representation of color #C2B858: hue angle of 54.34º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2B858 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 184 | 88 | - |
CMYK | 0 | 0.05 | 0.55 | 0.24 |
HSL | 54.34º | 0.46% | 0.55% | - |
HSV(B) | 54.34º | 0.55% | 0.76% | - |
XYZ | 41.15 | 46.45 | 16.03 | - |
YUV | 176.05 | 78.31 | 140.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 184 | 88 | 0 | 0.05 | 0.55 | 0.24 | 54.34 | 0.46 | 0.55 |
Hex | C2 | B8 | 58 | 0 | 5 | 37 | 18 | 36 | 2E | 37 |
Octal | 302 | 270 | 130 | 0 | 5 | 67 | 30 | 66 | 56 | 67 |
Binary | 11000010 | 10111000 | 1011000 | 0 | 101 | 110111 | 11000 | 110110 | 101110 | 110111 |
Color Harmonies of #C2B858
Complementary color
Monochromatic Colors of #C2B858
Black with #C2B858
Text Example
Text Example
White with #C2B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B858; }
p { color: rgb(194,184,88); }
H1.HeaderClassName
{
color: #C2B858;
}
.AnyTagClassName
{
color: #C2B858;
}
</style>
background-color css
<style>
a { background-color: #C2B858; }
a { background-color: rgb(194,184,88); }
div.DivClassName
{
background-color: #C2B858;
}
.BgClassName
{
background-color: #C2B858;
}
</style>
border-color css
<style>
span { border-color: #C2B858; }
span { border-color: rgb(194,184,88); }
td.TdClassName
{
border-color: #C2B858;
}
.TagClassName
{
border-color: #C2B858;
}
</style>