Shades of Olivine #9BBC5D
Tints of Olivine #9BBC5D
RGB
CMYK
RGB Variations
Color information
#9BBC5D (or 0x9BBC5D) is known color: Olivine. HEX triplet: 9B, BC and 5D. RGB value is (155,188,93). Sum of RGB (Red+Green+Blue) = 155+188+93=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC5D is #6443A2. Grayscale: #A7A7A7. Windows color (decimal): -6570915 or 6143131. OLE color: 6143131.
HSL color Cylindrical-coordinate representation of color #9BBC5D: hue angle of 80.84º degrees, saturation: 0.41, 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 #9BBC5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 93 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.26 |
| HSL | 80.84º | 0.41% | 0.55% | - |
| HSV(B) | 80.84º | 0.51% | 0.74% | - |
| XYZ | 33.48 | 43.73 | 17.03 | - |
| YUV | 167.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 93 | 0.18 | 0 | 0.51 | 0.26 | 80.84 | 0.41 | 0.55 |
| Hex | 9B | BC | 5D | 12 | 0 | 33 | 1A | 51 | 29 | 37 |
| Octal | 233 | 274 | 135 | 22 | 0 | 63 | 32 | 121 | 51 | 67 |
| Binary | 10011011 | 10111100 | 1011101 | 10010 | 0 | 110011 | 11010 | 1010001 | 101001 | 110111 |
Color Harmonies of #9BBC5D
Complementary color
Monochromatic Colors of #9BBC5D
Black with #9BBC5D
Text Example
Text Example
White with #9BBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC5D; }
p { color: rgb(155,188,93); }
H1.HeaderClassName
{
color: #9BBC5D;
}
.AnyTagClassName
{
color: #9BBC5D;
}
</style>
background-color css
<style>
a { background-color: #9BBC5D; }
a { background-color: rgb(155,188,93); }
div.DivClassName
{
background-color: #9BBC5D;
}
.BgClassName
{
background-color: #9BBC5D;
}
</style>
border-color css
<style>
span { border-color: #9BBC5D; }
span { border-color: rgb(155,188,93); }
td.TdClassName
{
border-color: #9BBC5D;
}
.TagClassName
{
border-color: #9BBC5D;
}
</style>