Shades of Olivine #8BB26E
Tints of Olivine #8BB26E
RGB
CMYK
RGB Variations
Color information
#8BB26E (or 0x8BB26E) is known color: Olivine. HEX triplet: 8B, B2 and 6E. RGB value is (139,178,110). Sum of RGB (Red+Green+Blue) = 139+178+110=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB26E is #744D91. Grayscale: #9E9E9E. Windows color (decimal): -7622034 or 7254667. OLE color: 7254667.
HSL color Cylindrical-coordinate representation of color #8BB26E: hue angle of 94.41º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB26E is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 110 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.30 |
| HSL | 94.41º | 0.31% | 0.56% | - |
| HSV(B) | 94.41º | 0.38% | 0.7% | - |
| XYZ | 29.38 | 38.46 | 20.63 | - |
| YUV | 158.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 110 | 0.22 | 0 | 0.38 | 0.30 | 94.41 | 0.31 | 0.56 |
| Hex | 8B | B2 | 6E | 16 | 0 | 26 | 1E | 5E | 1F | 38 |
| Octal | 213 | 262 | 156 | 26 | 0 | 46 | 36 | 136 | 37 | 70 |
| Binary | 10001011 | 10110010 | 1101110 | 10110 | 0 | 100110 | 11110 | 1011110 | 11111 | 111000 |
Color Harmonies of #8BB26E
Complementary color
Monochromatic Colors of #8BB26E
Black with #8BB26E
Text Example
Text Example
White with #8BB26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB26E; }
p { color: rgb(139,178,110); }
H1.HeaderClassName
{
color: #8BB26E;
}
.AnyTagClassName
{
color: #8BB26E;
}
</style>
background-color css
<style>
a { background-color: #8BB26E; }
a { background-color: rgb(139,178,110); }
div.DivClassName
{
background-color: #8BB26E;
}
.BgClassName
{
background-color: #8BB26E;
}
</style>
border-color css
<style>
span { border-color: #8BB26E; }
span { border-color: rgb(139,178,110); }
td.TdClassName
{
border-color: #8BB26E;
}
.TagClassName
{
border-color: #8BB26E;
}
</style>