Shades of Olive Green #B1AE5C
Tints of Olive Green #B1AE5C
RGB
CMYK
RGB Variations
Color information
#B1AE5C (or 0xB1AE5C) is known color: Olive Green. HEX triplet: B1, AE and 5C. RGB value is (177,174,92). Sum of RGB (Red+Green+Blue) = 177+174+92=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE5C is #4E51A3. Grayscale: #A5A5A5. Windows color (decimal): -5132708 or 6074033. OLE color: 6074033.
HSL color Cylindrical-coordinate representation of color #B1AE5C: hue angle of 57.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1AE5C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 174 | 92 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.31 |
| HSL | 57.88º | 0.35% | 0.53% | - |
| HSV(B) | 57.88º | 0.48% | 0.69% | - |
| XYZ | 35.2 | 40.39 | 16.07 | - |
| YUV | 165.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 92 | 0 | 0.02 | 0.48 | 0.31 | 57.88 | 0.35 | 0.53 |
| Hex | B1 | AE | 5C | 0 | 2 | 30 | 1F | 3A | 23 | 35 |
| Octal | 261 | 256 | 134 | 0 | 2 | 60 | 37 | 72 | 43 | 65 |
| Binary | 10110001 | 10101110 | 1011100 | 0 | 10 | 110000 | 11111 | 111010 | 100011 | 110101 |
Color Harmonies of #B1AE5C
Complementary color
Monochromatic Colors of #B1AE5C
Black with #B1AE5C
Text Example
Text Example
White with #B1AE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AE5C; }
p { color: rgb(177,174,92); }
H1.HeaderClassName
{
color: #B1AE5C;
}
.AnyTagClassName
{
color: #B1AE5C;
}
</style>
background-color css
<style>
a { background-color: #B1AE5C; }
a { background-color: rgb(177,174,92); }
div.DivClassName
{
background-color: #B1AE5C;
}
.BgClassName
{
background-color: #B1AE5C;
}
</style>
border-color css
<style>
span { border-color: #B1AE5C; }
span { border-color: rgb(177,174,92); }
td.TdClassName
{
border-color: #B1AE5C;
}
.TagClassName
{
border-color: #B1AE5C;
}
</style>