Shades of Olive Green #C2BB5B
Tints of Olive Green #C2BB5B
RGB
CMYK
RGB Variations
Color information
#C2BB5B (or 0xC2BB5B) is known color: Olive Green. HEX triplet: C2, BB and 5B. RGB value is (194,187,91). Sum of RGB (Red+Green+Blue) = 194+187+91=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB5B is #3D44A4. Grayscale: #B2B2B2. Windows color (decimal): -4015269 or 6011842. OLE color: 6011842.
HSL color Cylindrical-coordinate representation of color #C2BB5B: hue angle of 55.92º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2BB5B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 91 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.24 |
| HSL | 55.92º | 0.46% | 0.56% | - |
| HSV(B) | 55.92º | 0.53% | 0.76% | - |
| XYZ | 41.91 | 47.77 | 16.91 | - |
| YUV | 178.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 91 | 0 | 0.04 | 0.53 | 0.24 | 55.92 | 0.46 | 0.56 |
| Hex | C2 | BB | 5B | 0 | 4 | 35 | 18 | 38 | 2E | 38 |
| Octal | 302 | 273 | 133 | 0 | 4 | 65 | 30 | 70 | 56 | 70 |
| Binary | 11000010 | 10111011 | 1011011 | 0 | 100 | 110101 | 11000 | 111000 | 101110 | 111000 |
Color Harmonies of #C2BB5B
Complementary color
Monochromatic Colors of #C2BB5B
Black with #C2BB5B
Text Example
Text Example
White with #C2BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB5B; }
p { color: rgb(194,187,91); }
H1.HeaderClassName
{
color: #C2BB5B;
}
.AnyTagClassName
{
color: #C2BB5B;
}
</style>
background-color css
<style>
a { background-color: #C2BB5B; }
a { background-color: rgb(194,187,91); }
div.DivClassName
{
background-color: #C2BB5B;
}
.BgClassName
{
background-color: #C2BB5B;
}
</style>
border-color css
<style>
span { border-color: #C2BB5B; }
span { border-color: rgb(194,187,91); }
td.TdClassName
{
border-color: #C2BB5B;
}
.TagClassName
{
border-color: #C2BB5B;
}
</style>