Shades of Olivine #9BC27B
Tints of Olivine #9BC27B
RGB
CMYK
RGB Variations
Color information
#9BC27B (or 0x9BC27B) is known color: Olivine. HEX triplet: 9B, C2 and 7B. RGB value is (155,194,123). Sum of RGB (Red+Green+Blue) = 155+194+123=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC27B is #643D84. Grayscale: #AEAEAE. Windows color (decimal): -6569349 or 8110747. OLE color: 8110747.
HSL color Cylindrical-coordinate representation of color #9BC27B: hue angle of 92.96º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC27B is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 123 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.24 |
| HSL | 92.96º | 0.37% | 0.62% | - |
| HSV(B) | 92.96º | 0.37% | 0.76% | - |
| XYZ | 36.38 | 46.98 | 25.89 | - |
| YUV | 174.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 123 | 0.20 | 0 | 0.37 | 0.24 | 92.96 | 0.37 | 0.62 |
| Hex | 9B | C2 | 7B | 14 | 0 | 25 | 18 | 5D | 25 | 3E |
| Octal | 233 | 302 | 173 | 24 | 0 | 45 | 30 | 135 | 45 | 76 |
| Binary | 10011011 | 11000010 | 1111011 | 10100 | 0 | 100101 | 11000 | 1011101 | 100101 | 111110 |
Color Harmonies of #9BC27B
Complementary color
Monochromatic Colors of #9BC27B
Black with #9BC27B
Text Example
Text Example
White with #9BC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC27B; }
p { color: rgb(155,194,123); }
H1.HeaderClassName
{
color: #9BC27B;
}
.AnyTagClassName
{
color: #9BC27B;
}
</style>
background-color css
<style>
a { background-color: #9BC27B; }
a { background-color: rgb(155,194,123); }
div.DivClassName
{
background-color: #9BC27B;
}
.BgClassName
{
background-color: #9BC27B;
}
</style>
border-color css
<style>
span { border-color: #9BC27B; }
span { border-color: rgb(155,194,123); }
td.TdClassName
{
border-color: #9BC27B;
}
.TagClassName
{
border-color: #9BC27B;
}
</style>