Shades of Olivine #9BC479
Tints of Olivine #9BC479
RGB
CMYK
RGB Variations
Color information
#9BC479 (or 0x9BC479) is known color: Olivine. HEX triplet: 9B, C4 and 79. RGB value is (155,196,121). Sum of RGB (Red+Green+Blue) = 155+196+121=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC479 is #643B86. Grayscale: #AFAFAF. Windows color (decimal): -6568839 or 7980187. OLE color: 7980187.
HSL color Cylindrical-coordinate representation of color #9BC479: hue angle of 92.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC479 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 121 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.23 |
| HSL | 92.8º | 0.39% | 0.62% | - |
| HSV(B) | 92.8º | 0.38% | 0.77% | - |
| XYZ | 36.71 | 47.83 | 25.39 | - |
| YUV | 175.19 | 97.42 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 121 | 0.21 | 0 | 0.38 | 0.23 | 92.8 | 0.39 | 0.62 |
| Hex | 9B | C4 | 79 | 15 | 0 | 26 | 17 | 5D | 27 | 3E |
| Octal | 233 | 304 | 171 | 25 | 0 | 46 | 27 | 135 | 47 | 76 |
| Binary | 10011011 | 11000100 | 1111001 | 10101 | 0 | 100110 | 10111 | 1011101 | 100111 | 111110 |
Color Harmonies of #9BC479
Complementary color
Monochromatic Colors of #9BC479
Black with #9BC479
Text Example
Text Example
White with #9BC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC479; }
p { color: rgb(155,196,121); }
H1.HeaderClassName
{
color: #9BC479;
}
.AnyTagClassName
{
color: #9BC479;
}
</style>
background-color css
<style>
a { background-color: #9BC479; }
a { background-color: rgb(155,196,121); }
div.DivClassName
{
background-color: #9BC479;
}
.BgClassName
{
background-color: #9BC479;
}
</style>
border-color css
<style>
span { border-color: #9BC479; }
span { border-color: rgb(155,196,121); }
td.TdClassName
{
border-color: #9BC479;
}
.TagClassName
{
border-color: #9BC479;
}
</style>