Shades of Olivine #9BC57C
Tints of Olivine #9BC57C
RGB
CMYK
RGB Variations
Color information
#9BC57C (or 0x9BC57C) is known color: Olivine. HEX triplet: 9B, C5 and 7C. RGB value is (155,197,124). Sum of RGB (Red+Green+Blue) = 155+197+124=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC57C is #643A83. Grayscale: #B0B0B0. Windows color (decimal): -6568580 or 8177051. OLE color: 8177051.
HSL color Cylindrical-coordinate representation of color #9BC57C: hue angle of 94.52º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC57C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 124 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.23 |
| HSL | 94.52º | 0.39% | 0.63% | - |
| HSV(B) | 94.52º | 0.37% | 0.77% | - |
| XYZ | 37.12 | 48.36 | 26.45 | - |
| YUV | 176.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 124 | 0.21 | 0 | 0.37 | 0.23 | 94.52 | 0.39 | 0.63 |
| Hex | 9B | C5 | 7C | 15 | 0 | 25 | 17 | 5F | 27 | 3F |
| Octal | 233 | 305 | 174 | 25 | 0 | 45 | 27 | 137 | 47 | 77 |
| Binary | 10011011 | 11000101 | 1111100 | 10101 | 0 | 100101 | 10111 | 1011111 | 100111 | 111111 |
Color Harmonies of #9BC57C
Complementary color
Monochromatic Colors of #9BC57C
Black with #9BC57C
Text Example
Text Example
White with #9BC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC57C; }
p { color: rgb(155,197,124); }
H1.HeaderClassName
{
color: #9BC57C;
}
.AnyTagClassName
{
color: #9BC57C;
}
</style>
background-color css
<style>
a { background-color: #9BC57C; }
a { background-color: rgb(155,197,124); }
div.DivClassName
{
background-color: #9BC57C;
}
.BgClassName
{
background-color: #9BC57C;
}
</style>
border-color css
<style>
span { border-color: #9BC57C; }
span { border-color: rgb(155,197,124); }
td.TdClassName
{
border-color: #9BC57C;
}
.TagClassName
{
border-color: #9BC57C;
}
</style>