Shades of Olive Green #B0AE54
Tints of Olive Green #B0AE54
RGB
CMYK
RGB Variations
Color information
#B0AE54 (or 0xB0AE54) is known color: Olive Green. HEX triplet: B0, AE and 54. RGB value is (176,174,84). Sum of RGB (Red+Green+Blue) = 176+174+84=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE54 is #4F51AB. Grayscale: #A4A4A4. Windows color (decimal): -5198252 or 5549744. OLE color: 5549744.
HSL color Cylindrical-coordinate representation of color #B0AE54: hue angle of 58.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0AE54 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 84 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.31 |
| HSL | 58.7º | 0.37% | 0.51% | - |
| HSV(B) | 58.7º | 0.52% | 0.69% | - |
| XYZ | 34.64 | 40.14 | 14.31 | - |
| YUV | 164.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 84 | 0 | 0.01 | 0.52 | 0.31 | 58.7 | 0.37 | 0.51 |
| Hex | B0 | AE | 54 | 0 | 1 | 34 | 1F | 3B | 25 | 33 |
| Octal | 260 | 256 | 124 | 0 | 1 | 64 | 37 | 73 | 45 | 63 |
| Binary | 10110000 | 10101110 | 1010100 | 0 | 1 | 110100 | 11111 | 111011 | 100101 | 110011 |
Color Harmonies of #B0AE54
Complementary color
Monochromatic Colors of #B0AE54
Black with #B0AE54
Text Example
Text Example
White with #B0AE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE54; }
p { color: rgb(176,174,84); }
H1.HeaderClassName
{
color: #B0AE54;
}
.AnyTagClassName
{
color: #B0AE54;
}
</style>
background-color css
<style>
a { background-color: #B0AE54; }
a { background-color: rgb(176,174,84); }
div.DivClassName
{
background-color: #B0AE54;
}
.BgClassName
{
background-color: #B0AE54;
}
</style>
border-color css
<style>
span { border-color: #B0AE54; }
span { border-color: rgb(176,174,84); }
td.TdClassName
{
border-color: #B0AE54;
}
.TagClassName
{
border-color: #B0AE54;
}
</style>