Shades of Olivine #9BC27D
Tints of Olivine #9BC27D
RGB
CMYK
RGB Variations
Color information
#9BC27D (or 0x9BC27D) is known color: Olivine. HEX triplet: 9B, C2 and 7D. RGB value is (155,194,125). Sum of RGB (Red+Green+Blue) = 155+194+125=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC27D is #643D82. Grayscale: #AEAEAE. Windows color (decimal): -6569347 or 8241819. OLE color: 8241819.
HSL color Cylindrical-coordinate representation of color #9BC27D: hue angle of 93.91º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC27D is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 125 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.24 |
| HSL | 93.91º | 0.36% | 0.63% | - |
| HSV(B) | 93.91º | 0.36% | 0.76% | - |
| XYZ | 36.51 | 47.03 | 26.56 | - |
| YUV | 174.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 125 | 0.20 | 0 | 0.36 | 0.24 | 93.91 | 0.36 | 0.63 |
| Hex | 9B | C2 | 7D | 14 | 0 | 24 | 18 | 5E | 24 | 3F |
| Octal | 233 | 302 | 175 | 24 | 0 | 44 | 30 | 136 | 44 | 77 |
| Binary | 10011011 | 11000010 | 1111101 | 10100 | 0 | 100100 | 11000 | 1011110 | 100100 | 111111 |
Color Harmonies of #9BC27D
Complementary color
Monochromatic Colors of #9BC27D
Black with #9BC27D
Text Example
Text Example
White with #9BC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC27D; }
p { color: rgb(155,194,125); }
H1.HeaderClassName
{
color: #9BC27D;
}
.AnyTagClassName
{
color: #9BC27D;
}
</style>
background-color css
<style>
a { background-color: #9BC27D; }
a { background-color: rgb(155,194,125); }
div.DivClassName
{
background-color: #9BC27D;
}
.BgClassName
{
background-color: #9BC27D;
}
</style>
border-color css
<style>
span { border-color: #9BC27D; }
span { border-color: rgb(155,194,125); }
td.TdClassName
{
border-color: #9BC27D;
}
.TagClassName
{
border-color: #9BC27D;
}
</style>