Shades of Olivine #9BC276
Tints of Olivine #9BC276
RGB
CMYK
RGB Variations
Color information
#9BC276 (or 0x9BC276) is known color: Olivine. HEX triplet: 9B, C2 and 76. RGB value is (155,194,118). Sum of RGB (Red+Green+Blue) = 155+194+118=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC276 is #643D89. Grayscale: #ADADAD. Windows color (decimal): -6569354 or 7783067. OLE color: 7783067.
HSL color Cylindrical-coordinate representation of color #9BC276: hue angle of 90.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BC276 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 118 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.24 |
| HSL | 90.79º | 0.38% | 0.61% | - |
| HSV(B) | 90.79º | 0.39% | 0.76% | - |
| XYZ | 36.08 | 46.86 | 24.28 | - |
| YUV | 173.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 118 | 0.20 | 0 | 0.39 | 0.24 | 90.79 | 0.38 | 0.61 |
| Hex | 9B | C2 | 76 | 14 | 0 | 27 | 18 | 5B | 26 | 3D |
| Octal | 233 | 302 | 166 | 24 | 0 | 47 | 30 | 133 | 46 | 75 |
| Binary | 10011011 | 11000010 | 1110110 | 10100 | 0 | 100111 | 11000 | 1011011 | 100110 | 111101 |
Color Harmonies of #9BC276
Complementary color
Monochromatic Colors of #9BC276
Black with #9BC276
Text Example
Text Example
White with #9BC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC276; }
p { color: rgb(155,194,118); }
H1.HeaderClassName
{
color: #9BC276;
}
.AnyTagClassName
{
color: #9BC276;
}
</style>
background-color css
<style>
a { background-color: #9BC276; }
a { background-color: rgb(155,194,118); }
div.DivClassName
{
background-color: #9BC276;
}
.BgClassName
{
background-color: #9BC276;
}
</style>
border-color css
<style>
span { border-color: #9BC276; }
span { border-color: rgb(155,194,118); }
td.TdClassName
{
border-color: #9BC276;
}
.TagClassName
{
border-color: #9BC276;
}
</style>