Shades of Olive Green #B2B154
Tints of Olive Green #B2B154
RGB
CMYK
RGB Variations
Color information
#B2B154 (or 0xB2B154) is known color: Olive Green. HEX triplet: B2, B1 and 54. RGB value is (178,177,84). Sum of RGB (Red+Green+Blue) = 178+177+84=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B154 is #4D4EAB. Grayscale: #A7A7A7. Windows color (decimal): -5066412 or 5550514. OLE color: 5550514.
HSL color Cylindrical-coordinate representation of color #B2B154: hue angle of 59.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2B154 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 84 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.30 |
| HSL | 59.36º | 0.38% | 0.51% | - |
| HSV(B) | 59.36º | 0.53% | 0.7% | - |
| XYZ | 35.68 | 41.55 | 14.53 | - |
| YUV | 166.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 84 | 0 | 0.01 | 0.53 | 0.30 | 59.36 | 0.38 | 0.51 |
| Hex | B2 | B1 | 54 | 0 | 1 | 35 | 1E | 3B | 26 | 33 |
| Octal | 262 | 261 | 124 | 0 | 1 | 65 | 36 | 73 | 46 | 63 |
| Binary | 10110010 | 10110001 | 1010100 | 0 | 1 | 110101 | 11110 | 111011 | 100110 | 110011 |
Color Harmonies of #B2B154
Complementary color
Monochromatic Colors of #B2B154
Black with #B2B154
Text Example
Text Example
White with #B2B154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B154; }
p { color: rgb(178,177,84); }
H1.HeaderClassName
{
color: #B2B154;
}
.AnyTagClassName
{
color: #B2B154;
}
</style>
background-color css
<style>
a { background-color: #B2B154; }
a { background-color: rgb(178,177,84); }
div.DivClassName
{
background-color: #B2B154;
}
.BgClassName
{
background-color: #B2B154;
}
</style>
border-color css
<style>
span { border-color: #B2B154; }
span { border-color: rgb(178,177,84); }
td.TdClassName
{
border-color: #B2B154;
}
.TagClassName
{
border-color: #B2B154;
}
</style>