Shades of Olive Green #C2BA4F
Tints of Olive Green #C2BA4F
RGB
CMYK
RGB Variations
Color information
#C2BA4F (or 0xC2BA4F) is known color: Olive Green. HEX triplet: C2, BA and 4F. RGB value is (194,186,79). Sum of RGB (Red+Green+Blue) = 194+186+79=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA4F is #3D45B0. Grayscale: #B0B0B0. Windows color (decimal): -4015537 or 5225154. OLE color: 5225154.
HSL color Cylindrical-coordinate representation of color #C2BA4F: hue angle of 55.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2BA4F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 79 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.24 |
| HSL | 55.83º | 0.49% | 0.54% | - |
| HSV(B) | 55.83º | 0.59% | 0.76% | - |
| XYZ | 41.22 | 47.15 | 14.33 | - |
| YUV | 176.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 79 | 0 | 0.04 | 0.59 | 0.24 | 55.83 | 0.49 | 0.54 |
| Hex | C2 | BA | 4F | 0 | 4 | 3B | 18 | 38 | 31 | 36 |
| Octal | 302 | 272 | 117 | 0 | 4 | 73 | 30 | 70 | 61 | 66 |
| Binary | 11000010 | 10111010 | 1001111 | 0 | 100 | 111011 | 11000 | 111000 | 110001 | 110110 |
Color Harmonies of #C2BA4F
Complementary color
Monochromatic Colors of #C2BA4F
Black with #C2BA4F
Text Example
Text Example
White with #C2BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA4F; }
p { color: rgb(194,186,79); }
H1.HeaderClassName
{
color: #C2BA4F;
}
.AnyTagClassName
{
color: #C2BA4F;
}
</style>
background-color css
<style>
a { background-color: #C2BA4F; }
a { background-color: rgb(194,186,79); }
div.DivClassName
{
background-color: #C2BA4F;
}
.BgClassName
{
background-color: #C2BA4F;
}
</style>
border-color css
<style>
span { border-color: #C2BA4F; }
span { border-color: rgb(194,186,79); }
td.TdClassName
{
border-color: #C2BA4F;
}
.TagClassName
{
border-color: #C2BA4F;
}
</style>