Shades of Olive Green #B1B75A
Tints of Olive Green #B1B75A
RGB
CMYK
RGB Variations
Color information
#B1B75A (or 0xB1B75A) is known color: Olive Green. HEX triplet: B1, B7 and 5A. RGB value is (177,183,90). Sum of RGB (Red+Green+Blue) = 177+183+90=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B75A is #4E48A5. Grayscale: #AAAAAA. Windows color (decimal): -5130406 or 5945265. OLE color: 5945265.
HSL color Cylindrical-coordinate representation of color #B1B75A: hue angle of 63.87º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1B75A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 90 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.28 |
| HSL | 63.87º | 0.39% | 0.54% | - |
| HSV(B) | 63.87º | 0.51% | 0.72% | - |
| XYZ | 36.91 | 43.95 | 16.21 | - |
| YUV | 170.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 90 | 0.03 | 0 | 0.51 | 0.28 | 63.87 | 0.39 | 0.54 |
| Hex | B1 | B7 | 5A | 3 | 0 | 33 | 1C | 40 | 27 | 36 |
| Octal | 261 | 267 | 132 | 3 | 0 | 63 | 34 | 100 | 47 | 66 |
| Binary | 10110001 | 10110111 | 1011010 | 11 | 0 | 110011 | 11100 | 1000000 | 100111 | 110110 |
Color Harmonies of #B1B75A
Complementary color
Monochromatic Colors of #B1B75A
Black with #B1B75A
Text Example
Text Example
White with #B1B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B75A; }
p { color: rgb(177,183,90); }
H1.HeaderClassName
{
color: #B1B75A;
}
.AnyTagClassName
{
color: #B1B75A;
}
</style>
background-color css
<style>
a { background-color: #B1B75A; }
a { background-color: rgb(177,183,90); }
div.DivClassName
{
background-color: #B1B75A;
}
.BgClassName
{
background-color: #B1B75A;
}
</style>
border-color css
<style>
span { border-color: #B1B75A; }
span { border-color: rgb(177,183,90); }
td.TdClassName
{
border-color: #B1B75A;
}
.TagClassName
{
border-color: #B1B75A;
}
</style>