Shades of Olive Green #C2BB54
Tints of Olive Green #C2BB54
RGB
CMYK
RGB Variations
Color information
#C2BB54 (or 0xC2BB54) is known color: Olive Green. HEX triplet: C2, BB and 54. RGB value is (194,187,84). Sum of RGB (Red+Green+Blue) = 194+187+84=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB54 is #3D44AB. Grayscale: #B1B1B1. Windows color (decimal): -4015276 or 5553090. OLE color: 5553090.
HSL color Cylindrical-coordinate representation of color #C2BB54: hue angle of 56.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2BB54 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 84 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.24 |
| HSL | 56.18º | 0.47% | 0.55% | - |
| HSV(B) | 56.18º | 0.57% | 0.76% | - |
| XYZ | 41.62 | 47.65 | 15.39 | - |
| YUV | 177.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 84 | 0 | 0.04 | 0.57 | 0.24 | 56.18 | 0.47 | 0.55 |
| Hex | C2 | BB | 54 | 0 | 4 | 39 | 18 | 38 | 2F | 37 |
| Octal | 302 | 273 | 124 | 0 | 4 | 71 | 30 | 70 | 57 | 67 |
| Binary | 11000010 | 10111011 | 1010100 | 0 | 100 | 111001 | 11000 | 111000 | 101111 | 110111 |
Color Harmonies of #C2BB54
Complementary color
Monochromatic Colors of #C2BB54
Black with #C2BB54
Text Example
Text Example
White with #C2BB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB54; }
p { color: rgb(194,187,84); }
H1.HeaderClassName
{
color: #C2BB54;
}
.AnyTagClassName
{
color: #C2BB54;
}
</style>
background-color css
<style>
a { background-color: #C2BB54; }
a { background-color: rgb(194,187,84); }
div.DivClassName
{
background-color: #C2BB54;
}
.BgClassName
{
background-color: #C2BB54;
}
</style>
border-color css
<style>
span { border-color: #C2BB54; }
span { border-color: rgb(194,187,84); }
td.TdClassName
{
border-color: #C2BB54;
}
.TagClassName
{
border-color: #C2BB54;
}
</style>