Shades of Olive Green #B2BB5E
Tints of Olive Green #B2BB5E
RGB
CMYK
RGB Variations
Color information
#B2BB5E (or 0xB2BB5E) is known color: Olive Green. HEX triplet: B2, BB and 5E. RGB value is (178,187,94). Sum of RGB (Red+Green+Blue) = 178+187+94=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB5E is #4D44A1. Grayscale: #AEAEAE. Windows color (decimal): -5063842 or 6208434. OLE color: 6208434.
HSL color Cylindrical-coordinate representation of color #B2BB5E: hue angle of 65.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2BB5E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 94 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.27 |
| HSL | 65.81º | 0.41% | 0.55% | - |
| HSV(B) | 65.81º | 0.5% | 0.73% | - |
| XYZ | 38.15 | 45.81 | 17.42 | - |
| YUV | 173.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 94 | 0.05 | 0 | 0.50 | 0.27 | 65.81 | 0.41 | 0.55 |
| Hex | B2 | BB | 5E | 5 | 0 | 32 | 1B | 42 | 29 | 37 |
| Octal | 262 | 273 | 136 | 5 | 0 | 62 | 33 | 102 | 51 | 67 |
| Binary | 10110010 | 10111011 | 1011110 | 101 | 0 | 110010 | 11011 | 1000010 | 101001 | 110111 |
Color Harmonies of #B2BB5E
Complementary color
Monochromatic Colors of #B2BB5E
Black with #B2BB5E
Text Example
Text Example
White with #B2BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB5E; }
p { color: rgb(178,187,94); }
H1.HeaderClassName
{
color: #B2BB5E;
}
.AnyTagClassName
{
color: #B2BB5E;
}
</style>
background-color css
<style>
a { background-color: #B2BB5E; }
a { background-color: rgb(178,187,94); }
div.DivClassName
{
background-color: #B2BB5E;
}
.BgClassName
{
background-color: #B2BB5E;
}
</style>
border-color css
<style>
span { border-color: #B2BB5E; }
span { border-color: rgb(178,187,94); }
td.TdClassName
{
border-color: #B2BB5E;
}
.TagClassName
{
border-color: #B2BB5E;
}
</style>