Shades of Olivine #9BC25D
Tints of Olivine #9BC25D
RGB
CMYK
RGB Variations
Color information
#9BC25D (or 0x9BC25D) is known color: Olivine. HEX triplet: 9B, C2 and 5D. RGB value is (155,194,93). Sum of RGB (Red+Green+Blue) = 155+194+93=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC25D is #643DA2. Grayscale: #ABABAB. Windows color (decimal): -6569379 or 6144667. OLE color: 6144667.
HSL color Cylindrical-coordinate representation of color #9BC25D: hue angle of 83.17º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BC25D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 93 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.24 |
| HSL | 83.17º | 0.45% | 0.56% | - |
| HSV(B) | 83.17º | 0.52% | 0.76% | - |
| XYZ | 34.79 | 46.34 | 17.47 | - |
| YUV | 170.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 93 | 0.20 | 0 | 0.52 | 0.24 | 83.17 | 0.45 | 0.56 |
| Hex | 9B | C2 | 5D | 14 | 0 | 34 | 18 | 53 | 2D | 38 |
| Octal | 233 | 302 | 135 | 24 | 0 | 64 | 30 | 123 | 55 | 70 |
| Binary | 10011011 | 11000010 | 1011101 | 10100 | 0 | 110100 | 11000 | 1010011 | 101101 | 111000 |
Color Harmonies of #9BC25D
Complementary color
Monochromatic Colors of #9BC25D
Black with #9BC25D
Text Example
Text Example
White with #9BC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC25D; }
p { color: rgb(155,194,93); }
H1.HeaderClassName
{
color: #9BC25D;
}
.AnyTagClassName
{
color: #9BC25D;
}
</style>
background-color css
<style>
a { background-color: #9BC25D; }
a { background-color: rgb(155,194,93); }
div.DivClassName
{
background-color: #9BC25D;
}
.BgClassName
{
background-color: #9BC25D;
}
</style>
border-color css
<style>
span { border-color: #9BC25D; }
span { border-color: rgb(155,194,93); }
td.TdClassName
{
border-color: #9BC25D;
}
.TagClassName
{
border-color: #9BC25D;
}
</style>