Shades of Olive Green #B8B751
Tints of Olive Green #B8B751
RGB
CMYK
RGB Variations
Color information
#B8B751 (or 0xB8B751) is known color: Olive Green. HEX triplet: B8, B7 and 51. RGB value is (184,183,81). Sum of RGB (Red+Green+Blue) = 184+183+81=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B751 is #4748AE. Grayscale: #ACACAC. Windows color (decimal): -4671663 or 5355448. OLE color: 5355448.
HSL color Cylindrical-coordinate representation of color #B8B751: hue angle of 59.42º 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 #B8B751 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 81 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.28 |
| HSL | 59.42º | 0.42% | 0.52% | - |
| HSV(B) | 59.42º | 0.56% | 0.72% | - |
| XYZ | 38.19 | 44.65 | 14.39 | - |
| YUV | 171.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 81 | 0 | 0.01 | 0.56 | 0.28 | 59.42 | 0.42 | 0.52 |
| Hex | B8 | B7 | 51 | 0 | 1 | 38 | 1C | 3B | 2A | 34 |
| Octal | 270 | 267 | 121 | 0 | 1 | 70 | 34 | 73 | 52 | 64 |
| Binary | 10111000 | 10110111 | 1010001 | 0 | 1 | 111000 | 11100 | 111011 | 101010 | 110100 |
Color Harmonies of #B8B751
Complementary color
Monochromatic Colors of #B8B751
Black with #B8B751
Text Example
Text Example
White with #B8B751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B751; }
p { color: rgb(184,183,81); }
H1.HeaderClassName
{
color: #B8B751;
}
.AnyTagClassName
{
color: #B8B751;
}
</style>
background-color css
<style>
a { background-color: #B8B751; }
a { background-color: rgb(184,183,81); }
div.DivClassName
{
background-color: #B8B751;
}
.BgClassName
{
background-color: #B8B751;
}
</style>
border-color css
<style>
span { border-color: #B8B751; }
span { border-color: rgb(184,183,81); }
td.TdClassName
{
border-color: #B8B751;
}
.TagClassName
{
border-color: #B8B751;
}
</style>