Shades of Olivine #9CC358
Tints of Olivine #9CC358
RGB
CMYK
RGB Variations
Color information
#9CC358 (or 0x9CC358) is known color: Olivine. HEX triplet: 9C, C3 and 58. RGB value is (156,195,88). Sum of RGB (Red+Green+Blue) = 156+195+88=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC358 is #633CA7. Grayscale: #ABABAB. Windows color (decimal): -6503592 or 5817244. OLE color: 5817244.
HSL color Cylindrical-coordinate representation of color #9CC358: hue angle of 81.87º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CC358 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 88 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.24 |
| HSL | 81.87º | 0.47% | 0.55% | - |
| HSV(B) | 81.87º | 0.55% | 0.76% | - |
| XYZ | 34.99 | 46.8 | 16.42 | - |
| YUV | 171.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 88 | 0.20 | 0 | 0.55 | 0.24 | 81.87 | 0.47 | 0.55 |
| Hex | 9C | C3 | 58 | 14 | 0 | 37 | 18 | 52 | 2F | 37 |
| Octal | 234 | 303 | 130 | 24 | 0 | 67 | 30 | 122 | 57 | 67 |
| Binary | 10011100 | 11000011 | 1011000 | 10100 | 0 | 110111 | 11000 | 1010010 | 101111 | 110111 |
Color Harmonies of #9CC358
Complementary color
Monochromatic Colors of #9CC358
Black with #9CC358
Text Example
Text Example
White with #9CC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC358; }
p { color: rgb(156,195,88); }
H1.HeaderClassName
{
color: #9CC358;
}
.AnyTagClassName
{
color: #9CC358;
}
</style>
background-color css
<style>
a { background-color: #9CC358; }
a { background-color: rgb(156,195,88); }
div.DivClassName
{
background-color: #9CC358;
}
.BgClassName
{
background-color: #9CC358;
}
</style>
border-color css
<style>
span { border-color: #9CC358; }
span { border-color: rgb(156,195,88); }
td.TdClassName
{
border-color: #9CC358;
}
.TagClassName
{
border-color: #9CC358;
}
</style>