Shades of Olive Green #B2B150
Tints of Olive Green #B2B150
RGB
CMYK
RGB Variations
Color information
#B2B150 (or 0xB2B150) is known color: Olive Green. HEX triplet: B2, B1 and 50. RGB value is (178,177,80). Sum of RGB (Red+Green+Blue) = 178+177+80=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B150 is #4D4EAF. Grayscale: #A6A6A6. Windows color (decimal): -5066416 or 5288370. OLE color: 5288370.
HSL color Cylindrical-coordinate representation of color #B2B150: hue angle of 59.39º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2B150 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 80 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.30 |
| HSL | 59.39º | 0.39% | 0.51% | - |
| HSV(B) | 59.39º | 0.55% | 0.7% | - |
| XYZ | 35.53 | 41.49 | 13.72 | - |
| YUV | 166.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 80 | 0 | 0.01 | 0.55 | 0.30 | 59.39 | 0.39 | 0.51 |
| Hex | B2 | B1 | 50 | 0 | 1 | 37 | 1E | 3B | 27 | 33 |
| Octal | 262 | 261 | 120 | 0 | 1 | 67 | 36 | 73 | 47 | 63 |
| Binary | 10110010 | 10110001 | 1010000 | 0 | 1 | 110111 | 11110 | 111011 | 100111 | 110011 |
Color Harmonies of #B2B150
Complementary color
Monochromatic Colors of #B2B150
Black with #B2B150
Text Example
Text Example
White with #B2B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B150; }
p { color: rgb(178,177,80); }
H1.HeaderClassName
{
color: #B2B150;
}
.AnyTagClassName
{
color: #B2B150;
}
</style>
background-color css
<style>
a { background-color: #B2B150; }
a { background-color: rgb(178,177,80); }
div.DivClassName
{
background-color: #B2B150;
}
.BgClassName
{
background-color: #B2B150;
}
</style>
border-color css
<style>
span { border-color: #B2B150; }
span { border-color: rgb(178,177,80); }
td.TdClassName
{
border-color: #B2B150;
}
.TagClassName
{
border-color: #B2B150;
}
</style>