Shades of Olivine #9BBC5B
Tints of Olivine #9BBC5B
RGB
CMYK
RGB Variations
Color information
#9BBC5B (or 0x9BBC5B) is known color: Olivine. HEX triplet: 9B, BC and 5B. RGB value is (155,188,91). Sum of RGB (Red+Green+Blue) = 155+188+91=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC5B is #6443A4. Grayscale: #A7A7A7. Windows color (decimal): -6570917 or 6012059. OLE color: 6012059.
HSL color Cylindrical-coordinate representation of color #9BBC5B: hue angle of 80.41º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BBC5B is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 91 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.26 |
| HSL | 80.41º | 0.42% | 0.55% | - |
| HSV(B) | 80.41º | 0.52% | 0.74% | - |
| XYZ | 33.39 | 43.69 | 16.57 | - |
| YUV | 167.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 91 | 0.18 | 0 | 0.52 | 0.26 | 80.41 | 0.42 | 0.55 |
| Hex | 9B | BC | 5B | 12 | 0 | 34 | 1A | 50 | 2A | 37 |
| Octal | 233 | 274 | 133 | 22 | 0 | 64 | 32 | 120 | 52 | 67 |
| Binary | 10011011 | 10111100 | 1011011 | 10010 | 0 | 110100 | 11010 | 1010000 | 101010 | 110111 |
Color Harmonies of #9BBC5B
Complementary color
Monochromatic Colors of #9BBC5B
Black with #9BBC5B
Text Example
Text Example
White with #9BBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC5B; }
p { color: rgb(155,188,91); }
H1.HeaderClassName
{
color: #9BBC5B;
}
.AnyTagClassName
{
color: #9BBC5B;
}
</style>
background-color css
<style>
a { background-color: #9BBC5B; }
a { background-color: rgb(155,188,91); }
div.DivClassName
{
background-color: #9BBC5B;
}
.BgClassName
{
background-color: #9BBC5B;
}
</style>
border-color css
<style>
span { border-color: #9BBC5B; }
span { border-color: rgb(155,188,91); }
td.TdClassName
{
border-color: #9BBC5B;
}
.TagClassName
{
border-color: #9BBC5B;
}
</style>