Shades of Olive Green #B1B45B
Tints of Olive Green #B1B45B
RGB
CMYK
RGB Variations
Color information
#B1B45B (or 0xB1B45B) is known color: Olive Green. HEX triplet: B1, B4 and 5B. RGB value is (177,180,91). Sum of RGB (Red+Green+Blue) = 177+180+91=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B45B is #4E4BA4. Grayscale: #A9A9A9. Windows color (decimal): -5131173 or 6010033. OLE color: 6010033.
HSL color Cylindrical-coordinate representation of color #B1B45B: hue angle of 62.02º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1B45B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 91 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.29 |
| HSL | 62.02º | 0.37% | 0.53% | - |
| HSV(B) | 62.02º | 0.49% | 0.71% | - |
| XYZ | 36.34 | 42.74 | 16.23 | - |
| YUV | 168.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 91 | 0.02 | 0 | 0.49 | 0.29 | 62.02 | 0.37 | 0.53 |
| Hex | B1 | B4 | 5B | 2 | 0 | 31 | 1D | 3E | 25 | 35 |
| Octal | 261 | 264 | 133 | 2 | 0 | 61 | 35 | 76 | 45 | 65 |
| Binary | 10110001 | 10110100 | 1011011 | 10 | 0 | 110001 | 11101 | 111110 | 100101 | 110101 |
Color Harmonies of #B1B45B
Complementary color
Monochromatic Colors of #B1B45B
Black with #B1B45B
Text Example
Text Example
White with #B1B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B45B; }
p { color: rgb(177,180,91); }
H1.HeaderClassName
{
color: #B1B45B;
}
.AnyTagClassName
{
color: #B1B45B;
}
</style>
background-color css
<style>
a { background-color: #B1B45B; }
a { background-color: rgb(177,180,91); }
div.DivClassName
{
background-color: #B1B45B;
}
.BgClassName
{
background-color: #B1B45B;
}
</style>
border-color css
<style>
span { border-color: #B1B45B; }
span { border-color: rgb(177,180,91); }
td.TdClassName
{
border-color: #B1B45B;
}
.TagClassName
{
border-color: #B1B45B;
}
</style>