Shades of Olive Green #B8B662
Tints of Olive Green #B8B662
RGB
CMYK
RGB Variations
Color information
#B8B662 (or 0xB8B662) is known color: Olive Green. HEX triplet: B8, B6 and 62. RGB value is (184,182,98). Sum of RGB (Red+Green+Blue) = 184+182+98=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B662 is #47499D. Grayscale: #ADADAD. Windows color (decimal): -4671902 or 6469304. OLE color: 6469304.
HSL color Cylindrical-coordinate representation of color #B8B662: hue angle of 58.6º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8B662 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 98 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.28 |
| HSL | 58.6º | 0.38% | 0.55% | - |
| HSV(B) | 58.6º | 0.47% | 0.72% | - |
| XYZ | 38.7 | 44.53 | 18.11 | - |
| YUV | 173.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 98 | 0 | 0.01 | 0.47 | 0.28 | 58.6 | 0.38 | 0.55 |
| Hex | B8 | B6 | 62 | 0 | 1 | 2F | 1C | 3B | 26 | 37 |
| Octal | 270 | 266 | 142 | 0 | 1 | 57 | 34 | 73 | 46 | 67 |
| Binary | 10111000 | 10110110 | 1100010 | 0 | 1 | 101111 | 11100 | 111011 | 100110 | 110111 |
Color Harmonies of #B8B662
Complementary color
Monochromatic Colors of #B8B662
Black with #B8B662
Text Example
Text Example
White with #B8B662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B662; }
p { color: rgb(184,182,98); }
H1.HeaderClassName
{
color: #B8B662;
}
.AnyTagClassName
{
color: #B8B662;
}
</style>
background-color css
<style>
a { background-color: #B8B662; }
a { background-color: rgb(184,182,98); }
div.DivClassName
{
background-color: #B8B662;
}
.BgClassName
{
background-color: #B8B662;
}
</style>
border-color css
<style>
span { border-color: #B8B662; }
span { border-color: rgb(184,182,98); }
td.TdClassName
{
border-color: #B8B662;
}
.TagClassName
{
border-color: #B8B662;
}
</style>