Shades of Olive Green #B1AE58
Tints of Olive Green #B1AE58
RGB
CMYK
RGB Variations
Color information
#B1AE58 (or 0xB1AE58) is known color: Olive Green. HEX triplet: B1, AE and 58. RGB value is (177,174,88). Sum of RGB (Red+Green+Blue) = 177+174+88=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE58 is #4E51A7. Grayscale: #A5A5A5. Windows color (decimal): -5132712 or 5811889. OLE color: 5811889.
HSL color Cylindrical-coordinate representation of color #B1AE58: hue angle of 57.98º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1AE58 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 88 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.31 |
| HSL | 57.98º | 0.36% | 0.52% | - |
| HSV(B) | 57.98º | 0.5% | 0.69% | - |
| XYZ | 35.03 | 40.32 | 15.17 | - |
| YUV | 165.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 88 | 0 | 0.02 | 0.50 | 0.31 | 57.98 | 0.36 | 0.52 |
| Hex | B1 | AE | 58 | 0 | 2 | 32 | 1F | 3A | 24 | 34 |
| Octal | 261 | 256 | 130 | 0 | 2 | 62 | 37 | 72 | 44 | 64 |
| Binary | 10110001 | 10101110 | 1011000 | 0 | 10 | 110010 | 11111 | 111010 | 100100 | 110100 |
Color Harmonies of #B1AE58
Complementary color
Monochromatic Colors of #B1AE58
Black with #B1AE58
Text Example
Text Example
White with #B1AE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE58; }
p { color: rgb(177,174,88); }
H1.HeaderClassName
{
color: #B1AE58;
}
.AnyTagClassName
{
color: #B1AE58;
}
</style>
background-color css
<style>
a { background-color: #B1AE58; }
a { background-color: rgb(177,174,88); }
div.DivClassName
{
background-color: #B1AE58;
}
.BgClassName
{
background-color: #B1AE58;
}
</style>
border-color css
<style>
span { border-color: #B1AE58; }
span { border-color: rgb(177,174,88); }
td.TdClassName
{
border-color: #B1AE58;
}
.TagClassName
{
border-color: #B1AE58;
}
</style>