Shades of Olivine #9BCA60
Tints of Olivine #9BCA60
RGB
CMYK
RGB Variations
Color information
#9BCA60 (or 0x9BCA60) is known color: Olivine. HEX triplet: 9B, CA and 60. RGB value is (155,202,96). Sum of RGB (Red+Green+Blue) = 155+202+96=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA60 is #64359F. Grayscale: #B0B0B0. Windows color (decimal): -6567328 or 6343323. OLE color: 6343323.
HSL color Cylindrical-coordinate representation of color #9BCA60: hue angle of 86.6º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BCA60 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 96 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.21 |
| HSL | 86.6º | 0.5% | 0.58% | - |
| HSV(B) | 86.6º | 0.52% | 0.79% | - |
| XYZ | 36.75 | 50.05 | 18.79 | - |
| YUV | 175.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 96 | 0.23 | 0 | 0.52 | 0.21 | 86.6 | 0.5 | 0.58 |
| Hex | 9B | CA | 60 | 17 | 0 | 34 | 15 | 57 | 32 | 3A |
| Octal | 233 | 312 | 140 | 27 | 0 | 64 | 25 | 127 | 62 | 72 |
| Binary | 10011011 | 11001010 | 1100000 | 10111 | 0 | 110100 | 10101 | 1010111 | 110010 | 111010 |
Color Harmonies of #9BCA60
Complementary color
Monochromatic Colors of #9BCA60
Black with #9BCA60
Text Example
Text Example
White with #9BCA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCA60; }
p { color: rgb(155,202,96); }
H1.HeaderClassName
{
color: #9BCA60;
}
.AnyTagClassName
{
color: #9BCA60;
}
</style>
background-color css
<style>
a { background-color: #9BCA60; }
a { background-color: rgb(155,202,96); }
div.DivClassName
{
background-color: #9BCA60;
}
.BgClassName
{
background-color: #9BCA60;
}
</style>
border-color css
<style>
span { border-color: #9BCA60; }
span { border-color: rgb(155,202,96); }
td.TdClassName
{
border-color: #9BCA60;
}
.TagClassName
{
border-color: #9BCA60;
}
</style>