Shades of Olivine #9BBE81
Tints of Olivine #9BBE81
RGB
CMYK
RGB Variations
Color information
#9BBE81 (or 0x9BBE81) is known color: Olivine. HEX triplet: 9B, BE and 81. RGB value is (155,190,129). Sum of RGB (Red+Green+Blue) = 155+190+129=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE81 is #64417E. Grayscale: #ACACAC. Windows color (decimal): -6570367 or 8502939. OLE color: 8502939.
HSL color Cylindrical-coordinate representation of color #9BBE81: hue angle of 94.43º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BBE81 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 129 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.25 |
| HSL | 94.43º | 0.32% | 0.63% | - |
| HSV(B) | 94.43º | 0.32% | 0.75% | - |
| XYZ | 35.89 | 45.38 | 27.64 | - |
| YUV | 172.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 129 | 0.18 | 0 | 0.32 | 0.25 | 94.43 | 0.32 | 0.63 |
| Hex | 9B | BE | 81 | 12 | 0 | 20 | 19 | 5E | 20 | 3F |
| Octal | 233 | 276 | 201 | 22 | 0 | 40 | 31 | 136 | 40 | 77 |
| Binary | 10011011 | 10111110 | 10000001 | 10010 | 0 | 100000 | 11001 | 1011110 | 100000 | 111111 |
Color Harmonies of #9BBE81
Complementary color
Monochromatic Colors of #9BBE81
Black with #9BBE81
Text Example
Text Example
White with #9BBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE81; }
p { color: rgb(155,190,129); }
H1.HeaderClassName
{
color: #9BBE81;
}
.AnyTagClassName
{
color: #9BBE81;
}
</style>
background-color css
<style>
a { background-color: #9BBE81; }
a { background-color: rgb(155,190,129); }
div.DivClassName
{
background-color: #9BBE81;
}
.BgClassName
{
background-color: #9BBE81;
}
</style>
border-color css
<style>
span { border-color: #9BBE81; }
span { border-color: rgb(155,190,129); }
td.TdClassName
{
border-color: #9BBE81;
}
.TagClassName
{
border-color: #9BBE81;
}
</style>