Shades of Olive Green #B1B558
Tints of Olive Green #B1B558
RGB
CMYK
RGB Variations
Color information
#B1B558 (or 0xB1B558) is known color: Olive Green. HEX triplet: B1, B5 and 58. RGB value is (177,181,88). Sum of RGB (Red+Green+Blue) = 177+181+88=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B558 is #4E4AA7. Grayscale: #A9A9A9. Windows color (decimal): -5130920 or 5813681. OLE color: 5813681.
HSL color Cylindrical-coordinate representation of color #B1B558: hue angle of 62.58º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1B558 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 88 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.29 |
| HSL | 62.58º | 0.39% | 0.53% | - |
| HSV(B) | 62.58º | 0.51% | 0.71% | - |
| XYZ | 36.42 | 43.1 | 15.63 | - |
| YUV | 169.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 88 | 0.02 | 0 | 0.51 | 0.29 | 62.58 | 0.39 | 0.53 |
| Hex | B1 | B5 | 58 | 2 | 0 | 33 | 1D | 3F | 27 | 35 |
| Octal | 261 | 265 | 130 | 2 | 0 | 63 | 35 | 77 | 47 | 65 |
| Binary | 10110001 | 10110101 | 1011000 | 10 | 0 | 110011 | 11101 | 111111 | 100111 | 110101 |
Color Harmonies of #B1B558
Complementary color
Monochromatic Colors of #B1B558
Black with #B1B558
Text Example
Text Example
White with #B1B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B558; }
p { color: rgb(177,181,88); }
H1.HeaderClassName
{
color: #B1B558;
}
.AnyTagClassName
{
color: #B1B558;
}
</style>
background-color css
<style>
a { background-color: #B1B558; }
a { background-color: rgb(177,181,88); }
div.DivClassName
{
background-color: #B1B558;
}
.BgClassName
{
background-color: #B1B558;
}
</style>
border-color css
<style>
span { border-color: #B1B558; }
span { border-color: rgb(177,181,88); }
td.TdClassName
{
border-color: #B1B558;
}
.TagClassName
{
border-color: #B1B558;
}
</style>