Shades of Olivine #9BC477
Tints of Olivine #9BC477
RGB
CMYK
RGB Variations
Color information
#9BC477 (or 0x9BC477) is known color: Olivine. HEX triplet: 9B, C4 and 77. RGB value is (155,196,119). Sum of RGB (Red+Green+Blue) = 155+196+119=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC477 is #643B88. Grayscale: #AFAFAF. Windows color (decimal): -6568841 or 7849115. OLE color: 7849115.
HSL color Cylindrical-coordinate representation of color #9BC477: hue angle of 91.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC477 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 196 | 119 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.23 |
| HSL | 91.95º | 0.39% | 0.62% | - |
| HSV(B) | 91.95º | 0.39% | 0.77% | - |
| XYZ | 36.59 | 47.78 | 24.75 | - |
| YUV | 174.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 196 | 119 | 0.21 | 0 | 0.39 | 0.23 | 91.95 | 0.39 | 0.62 |
| Hex | 9B | C4 | 77 | 15 | 0 | 27 | 17 | 5C | 27 | 3E |
| Octal | 233 | 304 | 167 | 25 | 0 | 47 | 27 | 134 | 47 | 76 |
| Binary | 10011011 | 11000100 | 1110111 | 10101 | 0 | 100111 | 10111 | 1011100 | 100111 | 111110 |
Color Harmonies of #9BC477
Complementary color
Monochromatic Colors of #9BC477
Black with #9BC477
Text Example
Text Example
White with #9BC477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC477; }
p { color: rgb(155,196,119); }
H1.HeaderClassName
{
color: #9BC477;
}
.AnyTagClassName
{
color: #9BC477;
}
</style>
background-color css
<style>
a { background-color: #9BC477; }
a { background-color: rgb(155,196,119); }
div.DivClassName
{
background-color: #9BC477;
}
.BgClassName
{
background-color: #9BC477;
}
</style>
border-color css
<style>
span { border-color: #9BC477; }
span { border-color: rgb(155,196,119); }
td.TdClassName
{
border-color: #9BC477;
}
.TagClassName
{
border-color: #9BC477;
}
</style>