Shades of Olive Green #B1B451
Tints of Olive Green #B1B451
RGB
CMYK
RGB Variations
Color information
#B1B451 (or 0xB1B451) is known color: Olive Green. HEX triplet: B1, B4 and 51. RGB value is (177,180,81). Sum of RGB (Red+Green+Blue) = 177+180+81=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B451 is #4E4BAE. Grayscale: #A8A8A8. Windows color (decimal): -5131183 or 5354673. OLE color: 5354673.
HSL color Cylindrical-coordinate representation of color #B1B451: hue angle of 61.82º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1B451 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 81 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.29 |
| HSL | 61.82º | 0.4% | 0.51% | - |
| HSV(B) | 61.82º | 0.55% | 0.71% | - |
| XYZ | 35.94 | 42.58 | 14.11 | - |
| YUV | 167.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 81 | 0.02 | 0 | 0.55 | 0.29 | 61.82 | 0.4 | 0.51 |
| Hex | B1 | B4 | 51 | 2 | 0 | 37 | 1D | 3E | 28 | 33 |
| Octal | 261 | 264 | 121 | 2 | 0 | 67 | 35 | 76 | 50 | 63 |
| Binary | 10110001 | 10110100 | 1010001 | 10 | 0 | 110111 | 11101 | 111110 | 101000 | 110011 |
Color Harmonies of #B1B451
Complementary color
Monochromatic Colors of #B1B451
Black with #B1B451
Text Example
Text Example
White with #B1B451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B451; }
p { color: rgb(177,180,81); }
H1.HeaderClassName
{
color: #B1B451;
}
.AnyTagClassName
{
color: #B1B451;
}
</style>
background-color css
<style>
a { background-color: #B1B451; }
a { background-color: rgb(177,180,81); }
div.DivClassName
{
background-color: #B1B451;
}
.BgClassName
{
background-color: #B1B451;
}
</style>
border-color css
<style>
span { border-color: #B1B451; }
span { border-color: rgb(177,180,81); }
td.TdClassName
{
border-color: #B1B451;
}
.TagClassName
{
border-color: #B1B451;
}
</style>