Shades of Olive Green #B0AE5B
Tints of Olive Green #B0AE5B
RGB
CMYK
RGB Variations
Color information
#B0AE5B (or 0xB0AE5B) is known color: Olive Green. HEX triplet: B0, AE and 5B. RGB value is (176,174,91). Sum of RGB (Red+Green+Blue) = 176+174+91=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE5B is #4F51A4. Grayscale: #A5A5A5. Windows color (decimal): -5198245 or 6008496. OLE color: 6008496.
HSL color Cylindrical-coordinate representation of color #B0AE5B: hue angle of 58.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0AE5B is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 91 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.31 |
| HSL | 58.59º | 0.35% | 0.52% | - |
| HSV(B) | 58.59º | 0.48% | 0.69% | - |
| XYZ | 34.93 | 40.26 | 15.83 | - |
| YUV | 165.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 91 | 0 | 0.01 | 0.48 | 0.31 | 58.59 | 0.35 | 0.52 |
| Hex | B0 | AE | 5B | 0 | 1 | 30 | 1F | 3B | 23 | 34 |
| Octal | 260 | 256 | 133 | 0 | 1 | 60 | 37 | 73 | 43 | 64 |
| Binary | 10110000 | 10101110 | 1011011 | 0 | 1 | 110000 | 11111 | 111011 | 100011 | 110100 |
Color Harmonies of #B0AE5B
Complementary color
Monochromatic Colors of #B0AE5B
Black with #B0AE5B
Text Example
Text Example
White with #B0AE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE5B; }
p { color: rgb(176,174,91); }
H1.HeaderClassName
{
color: #B0AE5B;
}
.AnyTagClassName
{
color: #B0AE5B;
}
</style>
background-color css
<style>
a { background-color: #B0AE5B; }
a { background-color: rgb(176,174,91); }
div.DivClassName
{
background-color: #B0AE5B;
}
.BgClassName
{
background-color: #B0AE5B;
}
</style>
border-color css
<style>
span { border-color: #B0AE5B; }
span { border-color: rgb(176,174,91); }
td.TdClassName
{
border-color: #B0AE5B;
}
.TagClassName
{
border-color: #B0AE5B;
}
</style>