Shades of Olive Green #B8AE50
Tints of Olive Green #B8AE50
RGB
CMYK
RGB Variations
Color information
#B8AE50 (or 0xB8AE50) is known color: Olive Green. HEX triplet: B8, AE and 50. RGB value is (184,174,80). Sum of RGB (Red+Green+Blue) = 184+174+80=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AE50 is #4751AF. Grayscale: #A6A6A6. Windows color (decimal): -4673968 or 5287608. OLE color: 5287608.
HSL color Cylindrical-coordinate representation of color #B8AE50: hue angle of 54.23º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8AE50 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 174 | 80 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.28 |
| HSL | 54.23º | 0.42% | 0.52% | - |
| HSV(B) | 54.23º | 0.57% | 0.72% | - |
| XYZ | 36.35 | 41.04 | 13.6 | - |
| YUV | 166.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 80 | 0 | 0.05 | 0.57 | 0.28 | 54.23 | 0.42 | 0.52 |
| Hex | B8 | AE | 50 | 0 | 5 | 39 | 1C | 36 | 2A | 34 |
| Octal | 270 | 256 | 120 | 0 | 5 | 71 | 34 | 66 | 52 | 64 |
| Binary | 10111000 | 10101110 | 1010000 | 0 | 101 | 111001 | 11100 | 110110 | 101010 | 110100 |
Color Harmonies of #B8AE50
Complementary color
Monochromatic Colors of #B8AE50
Black with #B8AE50
Text Example
Text Example
White with #B8AE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AE50; }
p { color: rgb(184,174,80); }
H1.HeaderClassName
{
color: #B8AE50;
}
.AnyTagClassName
{
color: #B8AE50;
}
</style>
background-color css
<style>
a { background-color: #B8AE50; }
a { background-color: rgb(184,174,80); }
div.DivClassName
{
background-color: #B8AE50;
}
.BgClassName
{
background-color: #B8AE50;
}
</style>
border-color css
<style>
span { border-color: #B8AE50; }
span { border-color: rgb(184,174,80); }
td.TdClassName
{
border-color: #B8AE50;
}
.TagClassName
{
border-color: #B8AE50;
}
</style>