Shades of Olivine #9BBD5D
Tints of Olivine #9BBD5D
RGB
CMYK
RGB Variations
Color information
#9BBD5D (or 0x9BBD5D) is known color: Olivine. HEX triplet: 9B, BD and 5D. RGB value is (155,189,93). Sum of RGB (Red+Green+Blue) = 155+189+93=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD5D is #6442A2. Grayscale: #A8A8A8. Windows color (decimal): -6570659 or 6143387. OLE color: 6143387.
HSL color Cylindrical-coordinate representation of color #9BBD5D: hue angle of 81.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BBD5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 93 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.26 |
| HSL | 81.25º | 0.42% | 0.55% | - |
| HSV(B) | 81.25º | 0.51% | 0.74% | - |
| XYZ | 33.69 | 44.15 | 17.1 | - |
| YUV | 167.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 93 | 0.18 | 0 | 0.51 | 0.26 | 81.25 | 0.42 | 0.55 |
| Hex | 9B | BD | 5D | 12 | 0 | 33 | 1A | 51 | 2A | 37 |
| Octal | 233 | 275 | 135 | 22 | 0 | 63 | 32 | 121 | 52 | 67 |
| Binary | 10011011 | 10111101 | 1011101 | 10010 | 0 | 110011 | 11010 | 1010001 | 101010 | 110111 |
Color Harmonies of #9BBD5D
Complementary color
Monochromatic Colors of #9BBD5D
Black with #9BBD5D
Text Example
Text Example
White with #9BBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD5D; }
p { color: rgb(155,189,93); }
H1.HeaderClassName
{
color: #9BBD5D;
}
.AnyTagClassName
{
color: #9BBD5D;
}
</style>
background-color css
<style>
a { background-color: #9BBD5D; }
a { background-color: rgb(155,189,93); }
div.DivClassName
{
background-color: #9BBD5D;
}
.BgClassName
{
background-color: #9BBD5D;
}
</style>
border-color css
<style>
span { border-color: #9BBD5D; }
span { border-color: rgb(155,189,93); }
td.TdClassName
{
border-color: #9BBD5D;
}
.TagClassName
{
border-color: #9BBD5D;
}
</style>