Shades of Olive Green #B1B35B
Tints of Olive Green #B1B35B
RGB
CMYK
RGB Variations
Color information
#B1B35B (or 0xB1B35B) is known color: Olive Green. HEX triplet: B1, B3 and 5B. RGB value is (177,179,91). Sum of RGB (Red+Green+Blue) = 177+179+91=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B35B is #4E4CA4. Grayscale: #A8A8A8. Windows color (decimal): -5131429 or 6009777. OLE color: 6009777.
HSL color Cylindrical-coordinate representation of color #B1B35B: hue angle of 61.36º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1B35B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 91 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.30 |
| HSL | 61.36º | 0.37% | 0.53% | - |
| HSV(B) | 61.36º | 0.49% | 0.7% | - |
| XYZ | 36.14 | 42.34 | 16.17 | - |
| YUV | 168.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 91 | 0.01 | 0 | 0.49 | 0.30 | 61.36 | 0.37 | 0.53 |
| Hex | B1 | B3 | 5B | 1 | 0 | 31 | 1E | 3D | 25 | 35 |
| Octal | 261 | 263 | 133 | 1 | 0 | 61 | 36 | 75 | 45 | 65 |
| Binary | 10110001 | 10110011 | 1011011 | 1 | 0 | 110001 | 11110 | 111101 | 100101 | 110101 |
Color Harmonies of #B1B35B
Complementary color
Monochromatic Colors of #B1B35B
Black with #B1B35B
Text Example
Text Example
White with #B1B35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B35B; }
p { color: rgb(177,179,91); }
H1.HeaderClassName
{
color: #B1B35B;
}
.AnyTagClassName
{
color: #B1B35B;
}
</style>
background-color css
<style>
a { background-color: #B1B35B; }
a { background-color: rgb(177,179,91); }
div.DivClassName
{
background-color: #B1B35B;
}
.BgClassName
{
background-color: #B1B35B;
}
</style>
border-color css
<style>
span { border-color: #B1B35B; }
span { border-color: rgb(177,179,91); }
td.TdClassName
{
border-color: #B1B35B;
}
.TagClassName
{
border-color: #B1B35B;
}
</style>