Shades of Olive Green #C2B85A
Tints of Olive Green #C2B85A
RGB
CMYK
RGB Variations
Color information
#C2B85A (or 0xC2B85A) is known color: Olive Green. HEX triplet: C2, B8 and 5A. RGB value is (194,184,90). Sum of RGB (Red+Green+Blue) = 194+184+90=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B85A is #3D47A5. Grayscale: #B0B0B0. Windows color (decimal): -4016038 or 5945538. OLE color: 5945538.
HSL color Cylindrical-coordinate representation of color #C2B85A: hue angle of 54.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2B85A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 90 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.23º | 0.46% | 0.56% | - |
| HSV(B) | 54.23º | 0.54% | 0.76% | - |
| XYZ | 41.23 | 46.49 | 16.47 | - |
| YUV | 176.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 90 | 0 | 0.05 | 0.54 | 0.24 | 54.23 | 0.46 | 0.56 |
| Hex | C2 | B8 | 5A | 0 | 5 | 36 | 18 | 36 | 2E | 38 |
| Octal | 302 | 270 | 132 | 0 | 5 | 66 | 30 | 66 | 56 | 70 |
| Binary | 11000010 | 10111000 | 1011010 | 0 | 101 | 110110 | 11000 | 110110 | 101110 | 111000 |
Color Harmonies of #C2B85A
Complementary color
Monochromatic Colors of #C2B85A
Black with #C2B85A
Text Example
Text Example
White with #C2B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B85A; }
p { color: rgb(194,184,90); }
H1.HeaderClassName
{
color: #C2B85A;
}
.AnyTagClassName
{
color: #C2B85A;
}
</style>
background-color css
<style>
a { background-color: #C2B85A; }
a { background-color: rgb(194,184,90); }
div.DivClassName
{
background-color: #C2B85A;
}
.BgClassName
{
background-color: #C2B85A;
}
</style>
border-color css
<style>
span { border-color: #C2B85A; }
span { border-color: rgb(194,184,90); }
td.TdClassName
{
border-color: #C2B85A;
}
.TagClassName
{
border-color: #C2B85A;
}
</style>