Shades of Olivine #9BC462
Tints of Olivine #9BC462
RGB
CMYK
RGB Variations
Color information
#9BC462 (or 0x9BC462) is known color: Olivine. HEX triplet: 9B, C4 and 62. RGB value is (155,196,98). Sum of RGB (Red+Green+Blue) = 155+196+98=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC462 is #643B9D. Grayscale: #ACACAC. Windows color (decimal): -6568862 or 6472859. OLE color: 6472859.
HSL color Cylindrical-coordinate representation of color #9BC462: hue angle of 85.1º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BC462 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 98 | - |
| CMYK | 0.21 | 0 | 0.5 | 0.23 |
| HSL | 85.1º | 0.45% | 0.58% | - |
| HSV(B) | 85.1º | 0.5% | 0.77% | - |
| XYZ | 35.46 | 47.33 | 18.82 | - |
| YUV | 172.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 98 | 0.21 | 0 | 0.5 | 0.23 | 85.1 | 0.45 | 0.58 |
| Hex | 9B | C4 | 62 | 15 | 0 | 32 | 17 | 55 | 2D | 3A |
| Octal | 233 | 304 | 142 | 25 | 0 | 62 | 27 | 125 | 55 | 72 |
| Binary | 10011011 | 11000100 | 1100010 | 10101 | 0 | 110010 | 10111 | 1010101 | 101101 | 111010 |
Color Harmonies of #9BC462
Complementary color
Monochromatic Colors of #9BC462
Black with #9BC462
Text Example
Text Example
White with #9BC462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC462; }
p { color: rgb(155,196,98); }
H1.HeaderClassName
{
color: #9BC462;
}
.AnyTagClassName
{
color: #9BC462;
}
</style>
background-color css
<style>
a { background-color: #9BC462; }
a { background-color: rgb(155,196,98); }
div.DivClassName
{
background-color: #9BC462;
}
.BgClassName
{
background-color: #9BC462;
}
</style>
border-color css
<style>
span { border-color: #9BC462; }
span { border-color: rgb(155,196,98); }
td.TdClassName
{
border-color: #9BC462;
}
.TagClassName
{
border-color: #9BC462;
}
</style>