Shades of Olivine #9BBD81
Tints of Olivine #9BBD81
RGB
CMYK
RGB Variations
Color information
#9BBD81 (or 0x9BBD81) is known color: Olivine. HEX triplet: 9B, BD and 81. RGB value is (155,189,129). Sum of RGB (Red+Green+Blue) = 155+189+129=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD81 is #64427E. Grayscale: #ACACAC. Windows color (decimal): -6570623 or 8502683. OLE color: 8502683.
HSL color Cylindrical-coordinate representation of color #9BBD81: hue angle of 94º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BBD81 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 129 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.26 |
| HSL | 94º | 0.31% | 0.62% | - |
| HSV(B) | 94º | 0.32% | 0.74% | - |
| XYZ | 35.68 | 44.95 | 27.56 | - |
| YUV | 171.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 129 | 0.18 | 0 | 0.32 | 0.26 | 94 | 0.31 | 0.62 |
| Hex | 9B | BD | 81 | 12 | 0 | 20 | 1A | 5E | 1F | 3E |
| Octal | 233 | 275 | 201 | 22 | 0 | 40 | 32 | 136 | 37 | 76 |
| Binary | 10011011 | 10111101 | 10000001 | 10010 | 0 | 100000 | 11010 | 1011110 | 11111 | 111110 |
Color Harmonies of #9BBD81
Complementary color
Monochromatic Colors of #9BBD81
Black with #9BBD81
Text Example
Text Example
White with #9BBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD81; }
p { color: rgb(155,189,129); }
H1.HeaderClassName
{
color: #9BBD81;
}
.AnyTagClassName
{
color: #9BBD81;
}
</style>
background-color css
<style>
a { background-color: #9BBD81; }
a { background-color: rgb(155,189,129); }
div.DivClassName
{
background-color: #9BBD81;
}
.BgClassName
{
background-color: #9BBD81;
}
</style>
border-color css
<style>
span { border-color: #9BBD81; }
span { border-color: rgb(155,189,129); }
td.TdClassName
{
border-color: #9BBD81;
}
.TagClassName
{
border-color: #9BBD81;
}
</style>