Shades of Olivine #9BBE5E
Tints of Olivine #9BBE5E
RGB
CMYK
RGB Variations
Color information
#9BBE5E (or 0x9BBE5E) is known color: Olivine. HEX triplet: 9B, BE and 5E. RGB value is (155,190,94). Sum of RGB (Red+Green+Blue) = 155+190+94=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE5E is #6441A1. Grayscale: #A8A8A8. Windows color (decimal): -6570402 or 6209179. OLE color: 6209179.
HSL color Cylindrical-coordinate representation of color #9BBE5E: hue angle of 81.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BBE5E is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 94 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.25 |
| HSL | 81.87º | 0.42% | 0.56% | - |
| HSV(B) | 81.87º | 0.51% | 0.75% | - |
| XYZ | 33.95 | 44.6 | 17.41 | - |
| YUV | 168.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 94 | 0.18 | 0 | 0.51 | 0.25 | 81.87 | 0.42 | 0.56 |
| Hex | 9B | BE | 5E | 12 | 0 | 33 | 19 | 52 | 2A | 38 |
| Octal | 233 | 276 | 136 | 22 | 0 | 63 | 31 | 122 | 52 | 70 |
| Binary | 10011011 | 10111110 | 1011110 | 10010 | 0 | 110011 | 11001 | 1010010 | 101010 | 111000 |
Color Harmonies of #9BBE5E
Complementary color
Monochromatic Colors of #9BBE5E
Black with #9BBE5E
Text Example
Text Example
White with #9BBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE5E; }
p { color: rgb(155,190,94); }
H1.HeaderClassName
{
color: #9BBE5E;
}
.AnyTagClassName
{
color: #9BBE5E;
}
</style>
background-color css
<style>
a { background-color: #9BBE5E; }
a { background-color: rgb(155,190,94); }
div.DivClassName
{
background-color: #9BBE5E;
}
.BgClassName
{
background-color: #9BBE5E;
}
</style>
border-color css
<style>
span { border-color: #9BBE5E; }
span { border-color: rgb(155,190,94); }
td.TdClassName
{
border-color: #9BBE5E;
}
.TagClassName
{
border-color: #9BBE5E;
}
</style>