Shades of Olivine #9BBD5F
Tints of Olivine #9BBD5F
RGB
CMYK
RGB Variations
Color information
#9BBD5F (or 0x9BBD5F) is known color: Olivine. HEX triplet: 9B, BD and 5F. RGB value is (155,189,95). Sum of RGB (Red+Green+Blue) = 155+189+95=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD5F is #6442A0. Grayscale: #A8A8A8. Windows color (decimal): -6570657 or 6274459. OLE color: 6274459.
HSL color Cylindrical-coordinate representation of color #9BBD5F: hue angle of 81.7º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BBD5F is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 95 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.26 |
| HSL | 81.7º | 0.42% | 0.56% | - |
| HSV(B) | 81.7º | 0.5% | 0.74% | - |
| XYZ | 33.78 | 44.19 | 17.58 | - |
| YUV | 168.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 95 | 0.18 | 0 | 0.50 | 0.26 | 81.7 | 0.42 | 0.56 |
| Hex | 9B | BD | 5F | 12 | 0 | 32 | 1A | 52 | 2A | 38 |
| Octal | 233 | 275 | 137 | 22 | 0 | 62 | 32 | 122 | 52 | 70 |
| Binary | 10011011 | 10111101 | 1011111 | 10010 | 0 | 110010 | 11010 | 1010010 | 101010 | 111000 |
Color Harmonies of #9BBD5F
Complementary color
Monochromatic Colors of #9BBD5F
Black with #9BBD5F
Text Example
Text Example
White with #9BBD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD5F; }
p { color: rgb(155,189,95); }
H1.HeaderClassName
{
color: #9BBD5F;
}
.AnyTagClassName
{
color: #9BBD5F;
}
</style>
background-color css
<style>
a { background-color: #9BBD5F; }
a { background-color: rgb(155,189,95); }
div.DivClassName
{
background-color: #9BBD5F;
}
.BgClassName
{
background-color: #9BBD5F;
}
</style>
border-color css
<style>
span { border-color: #9BBD5F; }
span { border-color: rgb(155,189,95); }
td.TdClassName
{
border-color: #9BBD5F;
}
.TagClassName
{
border-color: #9BBD5F;
}
</style>