Shades of Olive Green #B1AE60
Tints of Olive Green #B1AE60
RGB
CMYK
RGB Variations
Color information
#B1AE60 (or 0xB1AE60) is known color: Olive Green. HEX triplet: B1, AE and 60. RGB value is (177,174,96). Sum of RGB (Red+Green+Blue) = 177+174+96=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE60 is #4E519F. Grayscale: #A6A6A6. Windows color (decimal): -5132704 or 6336177. OLE color: 6336177.
HSL color Cylindrical-coordinate representation of color #B1AE60: hue angle of 57.78º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1AE60 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 96 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.31 |
| HSL | 57.78º | 0.34% | 0.54% | - |
| HSV(B) | 57.78º | 0.46% | 0.69% | - |
| XYZ | 35.38 | 40.46 | 17.01 | - |
| YUV | 166.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 96 | 0 | 0.02 | 0.46 | 0.31 | 57.78 | 0.34 | 0.54 |
| Hex | B1 | AE | 60 | 0 | 2 | 2E | 1F | 3A | 22 | 36 |
| Octal | 261 | 256 | 140 | 0 | 2 | 56 | 37 | 72 | 42 | 66 |
| Binary | 10110001 | 10101110 | 1100000 | 0 | 10 | 101110 | 11111 | 111010 | 100010 | 110110 |
Color Harmonies of #B1AE60
Complementary color
Monochromatic Colors of #B1AE60
Black with #B1AE60
Text Example
Text Example
White with #B1AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE60; }
p { color: rgb(177,174,96); }
H1.HeaderClassName
{
color: #B1AE60;
}
.AnyTagClassName
{
color: #B1AE60;
}
</style>
background-color css
<style>
a { background-color: #B1AE60; }
a { background-color: rgb(177,174,96); }
div.DivClassName
{
background-color: #B1AE60;
}
.BgClassName
{
background-color: #B1AE60;
}
</style>
border-color css
<style>
span { border-color: #B1AE60; }
span { border-color: rgb(177,174,96); }
td.TdClassName
{
border-color: #B1AE60;
}
.TagClassName
{
border-color: #B1AE60;
}
</style>