Shades of Olive Green #B1B855
Tints of Olive Green #B1B855
RGB
CMYK
RGB Variations
Color information
#B1B855 (or 0xB1B855) is known color: Olive Green. HEX triplet: B1, B8 and 55. RGB value is (177,184,85). Sum of RGB (Red+Green+Blue) = 177+184+85=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B855 is #4E47AA. Grayscale: #ABABAB. Windows color (decimal): -5130155 or 5617841. OLE color: 5617841.
HSL color Cylindrical-coordinate representation of color #B1B855: hue angle of 64.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1B855 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 184 | 85 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.28 |
| HSL | 64.24º | 0.41% | 0.53% | - |
| HSV(B) | 64.24º | 0.54% | 0.72% | - |
| XYZ | 36.91 | 44.28 | 15.2 | - |
| YUV | 170.62 | 79.68 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 184 | 85 | 0.04 | 0 | 0.54 | 0.28 | 64.24 | 0.41 | 0.53 |
| Hex | B1 | B8 | 55 | 4 | 0 | 36 | 1C | 40 | 29 | 35 |
| Octal | 261 | 270 | 125 | 4 | 0 | 66 | 34 | 100 | 51 | 65 |
| Binary | 10110001 | 10111000 | 1010101 | 100 | 0 | 110110 | 11100 | 1000000 | 101001 | 110101 |
Color Harmonies of #B1B855
Complementary color
Monochromatic Colors of #B1B855
Black with #B1B855
Text Example
Text Example
White with #B1B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B855; }
p { color: rgb(177,184,85); }
H1.HeaderClassName
{
color: #B1B855;
}
.AnyTagClassName
{
color: #B1B855;
}
</style>
background-color css
<style>
a { background-color: #B1B855; }
a { background-color: rgb(177,184,85); }
div.DivClassName
{
background-color: #B1B855;
}
.BgClassName
{
background-color: #B1B855;
}
</style>
border-color css
<style>
span { border-color: #B1B855; }
span { border-color: rgb(177,184,85); }
td.TdClassName
{
border-color: #B1B855;
}
.TagClassName
{
border-color: #B1B855;
}
</style>