Shades of Olivine #9BC358
Tints of Olivine #9BC358
RGB
CMYK
RGB Variations
Color information
#9BC358 (or 0x9BC358) is known color: Olivine. HEX triplet: 9B, C3 and 58. RGB value is (155,195,88). Sum of RGB (Red+Green+Blue) = 155+195+88=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC358 is #643CA7. Grayscale: #ABABAB. Windows color (decimal): -6569128 or 5817243. OLE color: 5817243.
HSL color Cylindrical-coordinate representation of color #9BC358: hue angle of 82.43º 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 #9BC358 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 195 | 88 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.24 |
| HSL | 82.43º | 0.47% | 0.55% | - |
| HSV(B) | 82.43º | 0.55% | 0.76% | - |
| XYZ | 34.79 | 46.7 | 16.41 | - |
| YUV | 170.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 195 | 88 | 0.21 | 0 | 0.55 | 0.24 | 82.43 | 0.47 | 0.55 |
| Hex | 9B | C3 | 58 | 15 | 0 | 37 | 18 | 52 | 2F | 37 |
| Octal | 233 | 303 | 130 | 25 | 0 | 67 | 30 | 122 | 57 | 67 |
| Binary | 10011011 | 11000011 | 1011000 | 10101 | 0 | 110111 | 11000 | 1010010 | 101111 | 110111 |
Color Harmonies of #9BC358
Complementary color
Monochromatic Colors of #9BC358
Black with #9BC358
Text Example
Text Example
White with #9BC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC358; }
p { color: rgb(155,195,88); }
H1.HeaderClassName
{
color: #9BC358;
}
.AnyTagClassName
{
color: #9BC358;
}
</style>
background-color css
<style>
a { background-color: #9BC358; }
a { background-color: rgb(155,195,88); }
div.DivClassName
{
background-color: #9BC358;
}
.BgClassName
{
background-color: #9BC358;
}
</style>
border-color css
<style>
span { border-color: #9BC358; }
span { border-color: rgb(155,195,88); }
td.TdClassName
{
border-color: #9BC358;
}
.TagClassName
{
border-color: #9BC358;
}
</style>