Shades of Olivine #9BC25F
Tints of Olivine #9BC25F
RGB
CMYK
RGB Variations
Color information
#9BC25F (or 0x9BC25F) is known color: Olivine. HEX triplet: 9B, C2 and 5F. RGB value is (155,194,95). Sum of RGB (Red+Green+Blue) = 155+194+95=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC25F is #643DA0. Grayscale: #ABABAB. Windows color (decimal): -6569377 or 6275739. OLE color: 6275739.
HSL color Cylindrical-coordinate representation of color #9BC25F: hue angle of 83.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC25F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 95 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.24 |
| HSL | 83.64º | 0.45% | 0.57% | - |
| HSV(B) | 83.64º | 0.51% | 0.76% | - |
| XYZ | 34.87 | 46.38 | 17.94 | - |
| YUV | 171.05 | 85.08 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 95 | 0.20 | 0 | 0.51 | 0.24 | 83.64 | 0.45 | 0.57 |
| Hex | 9B | C2 | 5F | 14 | 0 | 33 | 18 | 54 | 2D | 39 |
| Octal | 233 | 302 | 137 | 24 | 0 | 63 | 30 | 124 | 55 | 71 |
| Binary | 10011011 | 11000010 | 1011111 | 10100 | 0 | 110011 | 11000 | 1010100 | 101101 | 111001 |
Color Harmonies of #9BC25F
Complementary color
Monochromatic Colors of #9BC25F
Black with #9BC25F
Text Example
Text Example
White with #9BC25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC25F; }
p { color: rgb(155,194,95); }
H1.HeaderClassName
{
color: #9BC25F;
}
.AnyTagClassName
{
color: #9BC25F;
}
</style>
background-color css
<style>
a { background-color: #9BC25F; }
a { background-color: rgb(155,194,95); }
div.DivClassName
{
background-color: #9BC25F;
}
.BgClassName
{
background-color: #9BC25F;
}
</style>
border-color css
<style>
span { border-color: #9BC25F; }
span { border-color: rgb(155,194,95); }
td.TdClassName
{
border-color: #9BC25F;
}
.TagClassName
{
border-color: #9BC25F;
}
</style>