Shades of Olivine #9BC258
Tints of Olivine #9BC258
RGB
CMYK
RGB Variations
Color information
#9BC258 (or 0x9BC258) is known color: Olivine. HEX triplet: 9B, C2 and 58. RGB value is (155,194,88). Sum of RGB (Red+Green+Blue) = 155+194+88=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC258 is #643DA7. Grayscale: #AAAAAA. Windows color (decimal): -6569384 or 5816987. OLE color: 5816987.
HSL color Cylindrical-coordinate representation of color #9BC258: hue angle of 82.08º degrees, saturation: 0.46, 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 #9BC258 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 88 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.24 |
| HSL | 82.08º | 0.46% | 0.55% | - |
| HSV(B) | 82.08º | 0.55% | 0.76% | - |
| XYZ | 34.57 | 46.26 | 16.34 | - |
| YUV | 170.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 88 | 0.20 | 0 | 0.55 | 0.24 | 82.08 | 0.46 | 0.55 |
| Hex | 9B | C2 | 58 | 14 | 0 | 37 | 18 | 52 | 2E | 37 |
| Octal | 233 | 302 | 130 | 24 | 0 | 67 | 30 | 122 | 56 | 67 |
| Binary | 10011011 | 11000010 | 1011000 | 10100 | 0 | 110111 | 11000 | 1010010 | 101110 | 110111 |
Color Harmonies of #9BC258
Complementary color
Monochromatic Colors of #9BC258
Black with #9BC258
Text Example
Text Example
White with #9BC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC258; }
p { color: rgb(155,194,88); }
H1.HeaderClassName
{
color: #9BC258;
}
.AnyTagClassName
{
color: #9BC258;
}
</style>
background-color css
<style>
a { background-color: #9BC258; }
a { background-color: rgb(155,194,88); }
div.DivClassName
{
background-color: #9BC258;
}
.BgClassName
{
background-color: #9BC258;
}
</style>
border-color css
<style>
span { border-color: #9BC258; }
span { border-color: rgb(155,194,88); }
td.TdClassName
{
border-color: #9BC258;
}
.TagClassName
{
border-color: #9BC258;
}
</style>