Shades of Olivine #9BBC60
Tints of Olivine #9BBC60
RGB
CMYK
RGB Variations
Color information
#9BBC60 (or 0x9BBC60) is known color: Olivine. HEX triplet: 9B, BC and 60. RGB value is (155,188,96). Sum of RGB (Red+Green+Blue) = 155+188+96=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC60 is #64439F. Grayscale: #A7A7A7. Windows color (decimal): -6570912 or 6339739. OLE color: 6339739.
HSL color Cylindrical-coordinate representation of color #9BBC60: hue angle of 81.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BBC60 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 96 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.26 |
| HSL | 81.52º | 0.41% | 0.56% | - |
| HSV(B) | 81.52º | 0.49% | 0.74% | - |
| XYZ | 33.61 | 43.78 | 17.75 | - |
| YUV | 167.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 96 | 0.18 | 0 | 0.49 | 0.26 | 81.52 | 0.41 | 0.56 |
| Hex | 9B | BC | 60 | 12 | 0 | 31 | 1A | 52 | 29 | 38 |
| Octal | 233 | 274 | 140 | 22 | 0 | 61 | 32 | 122 | 51 | 70 |
| Binary | 10011011 | 10111100 | 1100000 | 10010 | 0 | 110001 | 11010 | 1010010 | 101001 | 111000 |
Color Harmonies of #9BBC60
Complementary color
Monochromatic Colors of #9BBC60
Black with #9BBC60
Text Example
Text Example
White with #9BBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC60; }
p { color: rgb(155,188,96); }
H1.HeaderClassName
{
color: #9BBC60;
}
.AnyTagClassName
{
color: #9BBC60;
}
</style>
background-color css
<style>
a { background-color: #9BBC60; }
a { background-color: rgb(155,188,96); }
div.DivClassName
{
background-color: #9BBC60;
}
.BgClassName
{
background-color: #9BBC60;
}
</style>
border-color css
<style>
span { border-color: #9BBC60; }
span { border-color: rgb(155,188,96); }
td.TdClassName
{
border-color: #9BBC60;
}
.TagClassName
{
border-color: #9BBC60;
}
</style>