Shades of Olive Green #B1B559
Tints of Olive Green #B1B559
RGB
CMYK
RGB Variations
Color information
#B1B559 (or 0xB1B559) is known color: Olive Green. HEX triplet: B1, B5 and 59. RGB value is (177,181,89). Sum of RGB (Red+Green+Blue) = 177+181+89=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B559 is #4E4AA6. Grayscale: #A9A9A9. Windows color (decimal): -5130919 or 5879217. OLE color: 5879217.
HSL color Cylindrical-coordinate representation of color #B1B559: hue angle of 62.61º degrees, saturation: 0.38, 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 #B1B559 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 89 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.29 |
| HSL | 62.61º | 0.38% | 0.53% | - |
| HSV(B) | 62.61º | 0.51% | 0.71% | - |
| XYZ | 36.46 | 43.12 | 15.85 | - |
| YUV | 169.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 89 | 0.02 | 0 | 0.51 | 0.29 | 62.61 | 0.38 | 0.53 |
| Hex | B1 | B5 | 59 | 2 | 0 | 33 | 1D | 3F | 26 | 35 |
| Octal | 261 | 265 | 131 | 2 | 0 | 63 | 35 | 77 | 46 | 65 |
| Binary | 10110001 | 10110101 | 1011001 | 10 | 0 | 110011 | 11101 | 111111 | 100110 | 110101 |
Color Harmonies of #B1B559
Complementary color
Monochromatic Colors of #B1B559
Black with #B1B559
Text Example
Text Example
White with #B1B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B559; }
p { color: rgb(177,181,89); }
H1.HeaderClassName
{
color: #B1B559;
}
.AnyTagClassName
{
color: #B1B559;
}
</style>
background-color css
<style>
a { background-color: #B1B559; }
a { background-color: rgb(177,181,89); }
div.DivClassName
{
background-color: #B1B559;
}
.BgClassName
{
background-color: #B1B559;
}
</style>
border-color css
<style>
span { border-color: #B1B559; }
span { border-color: rgb(177,181,89); }
td.TdClassName
{
border-color: #B1B559;
}
.TagClassName
{
border-color: #B1B559;
}
</style>