Shades of Olivine #9BCD60
Tints of Olivine #9BCD60
RGB
CMYK
RGB Variations
Color information
#9BCD60 (or 0x9BCD60) is known color: Olivine. HEX triplet: 9B, CD and 60. RGB value is (155,205,96). Sum of RGB (Red+Green+Blue) = 155+205+96=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD60 is #64329F. Grayscale: #B2B2B2. Windows color (decimal): -6566560 or 6344091. OLE color: 6344091.
HSL color Cylindrical-coordinate representation of color #9BCD60: hue angle of 87.52º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BCD60 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 96 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.20 |
| HSL | 87.52º | 0.52% | 0.59% | - |
| HSV(B) | 87.52º | 0.53% | 0.8% | - |
| XYZ | 37.46 | 51.48 | 19.03 | - |
| YUV | 177.62 | 81.94 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 96 | 0.24 | 0 | 0.53 | 0.20 | 87.52 | 0.52 | 0.59 |
| Hex | 9B | CD | 60 | 18 | 0 | 35 | 14 | 58 | 34 | 3B |
| Octal | 233 | 315 | 140 | 30 | 0 | 65 | 24 | 130 | 64 | 73 |
| Binary | 10011011 | 11001101 | 1100000 | 11000 | 0 | 110101 | 10100 | 1011000 | 110100 | 111011 |
Color Harmonies of #9BCD60
Complementary color
Monochromatic Colors of #9BCD60
Black with #9BCD60
Text Example
Text Example
White with #9BCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD60; }
p { color: rgb(155,205,96); }
H1.HeaderClassName
{
color: #9BCD60;
}
.AnyTagClassName
{
color: #9BCD60;
}
</style>
background-color css
<style>
a { background-color: #9BCD60; }
a { background-color: rgb(155,205,96); }
div.DivClassName
{
background-color: #9BCD60;
}
.BgClassName
{
background-color: #9BCD60;
}
</style>
border-color css
<style>
span { border-color: #9BCD60; }
span { border-color: rgb(155,205,96); }
td.TdClassName
{
border-color: #9BCD60;
}
.TagClassName
{
border-color: #9BCD60;
}
</style>