Shades of Olive Green #B5BB64
Tints of Olive Green #B5BB64
RGB
CMYK
RGB Variations
Color information
#B5BB64 (or 0xB5BB64) is known color: Olive Green. HEX triplet: B5, BB and 64. RGB value is (181,187,100). Sum of RGB (Red+Green+Blue) = 181+187+100=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB64 is #4A449B. Grayscale: #AFAFAF. Windows color (decimal): -4867228 or 6601653. OLE color: 6601653.
HSL color Cylindrical-coordinate representation of color #B5BB64: hue angle of 64.14º 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 #B5BB64 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 100 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.27 |
| HSL | 64.14º | 0.39% | 0.56% | - |
| HSV(B) | 64.14º | 0.47% | 0.73% | - |
| XYZ | 39.13 | 46.28 | 18.93 | - |
| YUV | 175.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 100 | 0.03 | 0 | 0.47 | 0.27 | 64.14 | 0.39 | 0.56 |
| Hex | B5 | BB | 64 | 3 | 0 | 2F | 1B | 40 | 27 | 38 |
| Octal | 265 | 273 | 144 | 3 | 0 | 57 | 33 | 100 | 47 | 70 |
| Binary | 10110101 | 10111011 | 1100100 | 11 | 0 | 101111 | 11011 | 1000000 | 100111 | 111000 |
Color Harmonies of #B5BB64
Complementary color
Monochromatic Colors of #B5BB64
Black with #B5BB64
Text Example
Text Example
White with #B5BB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB64; }
p { color: rgb(181,187,100); }
H1.HeaderClassName
{
color: #B5BB64;
}
.AnyTagClassName
{
color: #B5BB64;
}
</style>
background-color css
<style>
a { background-color: #B5BB64; }
a { background-color: rgb(181,187,100); }
div.DivClassName
{
background-color: #B5BB64;
}
.BgClassName
{
background-color: #B5BB64;
}
</style>
border-color css
<style>
span { border-color: #B5BB64; }
span { border-color: rgb(181,187,100); }
td.TdClassName
{
border-color: #B5BB64;
}
.TagClassName
{
border-color: #B5BB64;
}
</style>