Shades of Olive Green #C2BB5A
Tints of Olive Green #C2BB5A
RGB
CMYK
RGB Variations
Color information
#C2BB5A (or 0xC2BB5A) is known color: Olive Green. HEX triplet: C2, BB and 5A. RGB value is (194,187,90). Sum of RGB (Red+Green+Blue) = 194+187+90=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB5A is #3D44A5. Grayscale: #B2B2B2. Windows color (decimal): -4015270 or 5946306. OLE color: 5946306.
HSL color Cylindrical-coordinate representation of color #C2BB5A: hue angle of 55.96º 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 #C2BB5A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 90 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.24 |
| HSL | 55.96º | 0.46% | 0.56% | - |
| HSV(B) | 55.96º | 0.54% | 0.76% | - |
| XYZ | 41.86 | 47.75 | 16.68 | - |
| YUV | 178.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 90 | 0 | 0.04 | 0.54 | 0.24 | 55.96 | 0.46 | 0.56 |
| Hex | C2 | BB | 5A | 0 | 4 | 36 | 18 | 38 | 2E | 38 |
| Octal | 302 | 273 | 132 | 0 | 4 | 66 | 30 | 70 | 56 | 70 |
| Binary | 11000010 | 10111011 | 1011010 | 0 | 100 | 110110 | 11000 | 111000 | 101110 | 111000 |
Color Harmonies of #C2BB5A
Complementary color
Monochromatic Colors of #C2BB5A
Black with #C2BB5A
Text Example
Text Example
White with #C2BB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB5A; }
p { color: rgb(194,187,90); }
H1.HeaderClassName
{
color: #C2BB5A;
}
.AnyTagClassName
{
color: #C2BB5A;
}
</style>
background-color css
<style>
a { background-color: #C2BB5A; }
a { background-color: rgb(194,187,90); }
div.DivClassName
{
background-color: #C2BB5A;
}
.BgClassName
{
background-color: #C2BB5A;
}
</style>
border-color css
<style>
span { border-color: #C2BB5A; }
span { border-color: rgb(194,187,90); }
td.TdClassName
{
border-color: #C2BB5A;
}
.TagClassName
{
border-color: #C2BB5A;
}
</style>