Shades of Olive Green #B8BA62
Tints of Olive Green #B8BA62
RGB
CMYK
RGB Variations
Color information
#B8BA62 (or 0xB8BA62) is known color: Olive Green. HEX triplet: B8, BA and 62. RGB value is (184,186,98). Sum of RGB (Red+Green+Blue) = 184+186+98=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA62 is #47459D. Grayscale: #AFAFAF. Windows color (decimal): -4670878 or 6470328. OLE color: 6470328.
HSL color Cylindrical-coordinate representation of color #B8BA62: hue angle of 61.36º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8BA62 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 98 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.27 |
| HSL | 61.36º | 0.39% | 0.56% | - |
| HSV(B) | 61.36º | 0.47% | 0.73% | - |
| XYZ | 39.53 | 46.19 | 18.39 | - |
| YUV | 175.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 98 | 0.01 | 0 | 0.47 | 0.27 | 61.36 | 0.39 | 0.56 |
| Hex | B8 | BA | 62 | 1 | 0 | 2F | 1B | 3D | 27 | 38 |
| Octal | 270 | 272 | 142 | 1 | 0 | 57 | 33 | 75 | 47 | 70 |
| Binary | 10111000 | 10111010 | 1100010 | 1 | 0 | 101111 | 11011 | 111101 | 100111 | 111000 |
Color Harmonies of #B8BA62
Complementary color
Monochromatic Colors of #B8BA62
Black with #B8BA62
Text Example
Text Example
White with #B8BA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA62; }
p { color: rgb(184,186,98); }
H1.HeaderClassName
{
color: #B8BA62;
}
.AnyTagClassName
{
color: #B8BA62;
}
</style>
background-color css
<style>
a { background-color: #B8BA62; }
a { background-color: rgb(184,186,98); }
div.DivClassName
{
background-color: #B8BA62;
}
.BgClassName
{
background-color: #B8BA62;
}
</style>
border-color css
<style>
span { border-color: #B8BA62; }
span { border-color: rgb(184,186,98); }
td.TdClassName
{
border-color: #B8BA62;
}
.TagClassName
{
border-color: #B8BA62;
}
</style>