Shades of Olivine #9BBC62
Tints of Olivine #9BBC62
RGB
CMYK
RGB Variations
Color information
#9BBC62 (or 0x9BBC62) is known color: Olivine. HEX triplet: 9B, BC and 62. RGB value is (155,188,98). Sum of RGB (Red+Green+Blue) = 155+188+98=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC62 is #64439D. Grayscale: #A8A8A8. Windows color (decimal): -6570910 or 6470811. OLE color: 6470811.
HSL color Cylindrical-coordinate representation of color #9BBC62: hue angle of 82º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BBC62 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 98 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.26 |
| HSL | 82º | 0.4% | 0.56% | - |
| HSV(B) | 82º | 0.48% | 0.74% | - |
| XYZ | 33.71 | 43.82 | 18.24 | - |
| YUV | 167.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 98 | 0.18 | 0 | 0.48 | 0.26 | 82 | 0.4 | 0.56 |
| Hex | 9B | BC | 62 | 12 | 0 | 30 | 1A | 52 | 28 | 38 |
| Octal | 233 | 274 | 142 | 22 | 0 | 60 | 32 | 122 | 50 | 70 |
| Binary | 10011011 | 10111100 | 1100010 | 10010 | 0 | 110000 | 11010 | 1010010 | 101000 | 111000 |
Color Harmonies of #9BBC62
Complementary color
Monochromatic Colors of #9BBC62
Black with #9BBC62
Text Example
Text Example
White with #9BBC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC62; }
p { color: rgb(155,188,98); }
H1.HeaderClassName
{
color: #9BBC62;
}
.AnyTagClassName
{
color: #9BBC62;
}
</style>
background-color css
<style>
a { background-color: #9BBC62; }
a { background-color: rgb(155,188,98); }
div.DivClassName
{
background-color: #9BBC62;
}
.BgClassName
{
background-color: #9BBC62;
}
</style>
border-color css
<style>
span { border-color: #9BBC62; }
span { border-color: rgb(155,188,98); }
td.TdClassName
{
border-color: #9BBC62;
}
.TagClassName
{
border-color: #9BBC62;
}
</style>