Shades of Olive Green #B1B75D
Tints of Olive Green #B1B75D
RGB
CMYK
RGB Variations
Color information
#B1B75D (or 0xB1B75D) is known color: Olive Green. HEX triplet: B1, B7 and 5D. RGB value is (177,183,93). Sum of RGB (Red+Green+Blue) = 177+183+93=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B75D is #4E48A2. Grayscale: #ABABAB. Windows color (decimal): -5130403 or 6141873. OLE color: 6141873.
HSL color Cylindrical-coordinate representation of color #B1B75D: hue angle of 64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1B75D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 93 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.28 |
| HSL | 64º | 0.38% | 0.54% | - |
| HSV(B) | 64º | 0.49% | 0.72% | - |
| XYZ | 37.04 | 44 | 16.9 | - |
| YUV | 170.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 93 | 0.03 | 0 | 0.49 | 0.28 | 64 | 0.38 | 0.54 |
| Hex | B1 | B7 | 5D | 3 | 0 | 31 | 1C | 40 | 26 | 36 |
| Octal | 261 | 267 | 135 | 3 | 0 | 61 | 34 | 100 | 46 | 66 |
| Binary | 10110001 | 10110111 | 1011101 | 11 | 0 | 110001 | 11100 | 1000000 | 100110 | 110110 |
Color Harmonies of #B1B75D
Complementary color
Monochromatic Colors of #B1B75D
Black with #B1B75D
Text Example
Text Example
White with #B1B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B75D; }
p { color: rgb(177,183,93); }
H1.HeaderClassName
{
color: #B1B75D;
}
.AnyTagClassName
{
color: #B1B75D;
}
</style>
background-color css
<style>
a { background-color: #B1B75D; }
a { background-color: rgb(177,183,93); }
div.DivClassName
{
background-color: #B1B75D;
}
.BgClassName
{
background-color: #B1B75D;
}
</style>
border-color css
<style>
span { border-color: #B1B75D; }
span { border-color: rgb(177,183,93); }
td.TdClassName
{
border-color: #B1B75D;
}
.TagClassName
{
border-color: #B1B75D;
}
</style>