Shades of Olive Green #B1B55D
Tints of Olive Green #B1B55D
RGB
CMYK
RGB Variations
Color information
#B1B55D (or 0xB1B55D) is known color: Olive Green. HEX triplet: B1, B5 and 5D. RGB value is (177,181,93). Sum of RGB (Red+Green+Blue) = 177+181+93=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B55D is #4E4AA2. Grayscale: #AAAAAA. Windows color (decimal): -5130915 or 6141361. OLE color: 6141361.
HSL color Cylindrical-coordinate representation of color #B1B55D: hue angle of 62.73º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1B55D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 93 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.29 |
| HSL | 62.73º | 0.37% | 0.54% | - |
| HSV(B) | 62.73º | 0.49% | 0.71% | - |
| XYZ | 36.63 | 43.19 | 16.76 | - |
| YUV | 169.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 93 | 0.02 | 0 | 0.49 | 0.29 | 62.73 | 0.37 | 0.54 |
| Hex | B1 | B5 | 5D | 2 | 0 | 31 | 1D | 3F | 25 | 36 |
| Octal | 261 | 265 | 135 | 2 | 0 | 61 | 35 | 77 | 45 | 66 |
| Binary | 10110001 | 10110101 | 1011101 | 10 | 0 | 110001 | 11101 | 111111 | 100101 | 110110 |
Color Harmonies of #B1B55D
Complementary color
Monochromatic Colors of #B1B55D
Black with #B1B55D
Text Example
Text Example
White with #B1B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B55D; }
p { color: rgb(177,181,93); }
H1.HeaderClassName
{
color: #B1B55D;
}
.AnyTagClassName
{
color: #B1B55D;
}
</style>
background-color css
<style>
a { background-color: #B1B55D; }
a { background-color: rgb(177,181,93); }
div.DivClassName
{
background-color: #B1B55D;
}
.BgClassName
{
background-color: #B1B55D;
}
</style>
border-color css
<style>
span { border-color: #B1B55D; }
span { border-color: rgb(177,181,93); }
td.TdClassName
{
border-color: #B1B55D;
}
.TagClassName
{
border-color: #B1B55D;
}
</style>