Shades of Olive Green #B8B651
Tints of Olive Green #B8B651
RGB
CMYK
RGB Variations
Color information
#B8B651 (or 0xB8B651) is known color: Olive Green. HEX triplet: B8, B6 and 51. RGB value is (184,182,81). Sum of RGB (Red+Green+Blue) = 184+182+81=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B651 is #4749AE. Grayscale: #ABABAB. Windows color (decimal): -4671919 or 5355192. OLE color: 5355192.
HSL color Cylindrical-coordinate representation of color #B8B651: hue angle of 58.83º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8B651 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 81 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.28 |
| HSL | 58.83º | 0.42% | 0.52% | - |
| HSV(B) | 58.83º | 0.56% | 0.72% | - |
| XYZ | 37.98 | 44.24 | 14.32 | - |
| YUV | 171.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 81 | 0 | 0.01 | 0.56 | 0.28 | 58.83 | 0.42 | 0.52 |
| Hex | B8 | B6 | 51 | 0 | 1 | 38 | 1C | 3B | 2A | 34 |
| Octal | 270 | 266 | 121 | 0 | 1 | 70 | 34 | 73 | 52 | 64 |
| Binary | 10111000 | 10110110 | 1010001 | 0 | 1 | 111000 | 11100 | 111011 | 101010 | 110100 |
Color Harmonies of #B8B651
Complementary color
Monochromatic Colors of #B8B651
Black with #B8B651
Text Example
Text Example
White with #B8B651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B651; }
p { color: rgb(184,182,81); }
H1.HeaderClassName
{
color: #B8B651;
}
.AnyTagClassName
{
color: #B8B651;
}
</style>
background-color css
<style>
a { background-color: #B8B651; }
a { background-color: rgb(184,182,81); }
div.DivClassName
{
background-color: #B8B651;
}
.BgClassName
{
background-color: #B8B651;
}
</style>
border-color css
<style>
span { border-color: #B8B651; }
span { border-color: rgb(184,182,81); }
td.TdClassName
{
border-color: #B8B651;
}
.TagClassName
{
border-color: #B8B651;
}
</style>