Shades of Olivine #9BC862
Tints of Olivine #9BC862
RGB
CMYK
RGB Variations
Color information
#9BC862 (or 0x9BC862) is known color: Olivine. HEX triplet: 9B, C8 and 62. RGB value is (155,200,98). Sum of RGB (Red+Green+Blue) = 155+200+98=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC862 is #64379D. Grayscale: #AFAFAF. Windows color (decimal): -6567838 or 6473883. OLE color: 6473883.
HSL color Cylindrical-coordinate representation of color #9BC862: hue angle of 86.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC862 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 98 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.22 |
| HSL | 86.47º | 0.48% | 0.58% | - |
| HSV(B) | 86.47º | 0.51% | 0.78% | - |
| XYZ | 36.38 | 49.16 | 19.13 | - |
| YUV | 174.92 | 84.59 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 98 | 0.22 | 0 | 0.51 | 0.22 | 86.47 | 0.48 | 0.58 |
| Hex | 9B | C8 | 62 | 16 | 0 | 33 | 16 | 56 | 30 | 3A |
| Octal | 233 | 310 | 142 | 26 | 0 | 63 | 26 | 126 | 60 | 72 |
| Binary | 10011011 | 11001000 | 1100010 | 10110 | 0 | 110011 | 10110 | 1010110 | 110000 | 111010 |
Color Harmonies of #9BC862
Complementary color
Monochromatic Colors of #9BC862
Black with #9BC862
Text Example
Text Example
White with #9BC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC862; }
p { color: rgb(155,200,98); }
H1.HeaderClassName
{
color: #9BC862;
}
.AnyTagClassName
{
color: #9BC862;
}
</style>
background-color css
<style>
a { background-color: #9BC862; }
a { background-color: rgb(155,200,98); }
div.DivClassName
{
background-color: #9BC862;
}
.BgClassName
{
background-color: #9BC862;
}
</style>
border-color css
<style>
span { border-color: #9BC862; }
span { border-color: rgb(155,200,98); }
td.TdClassName
{
border-color: #9BC862;
}
.TagClassName
{
border-color: #9BC862;
}
</style>