Shades of Olivine #9BBC63
Tints of Olivine #9BBC63
RGB
CMYK
RGB Variations
Color information
#9BBC63 (or 0x9BBC63) is known color: Olivine. HEX triplet: 9B, BC and 63. RGB value is (155,188,99). Sum of RGB (Red+Green+Blue) = 155+188+99=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC63 is #64439C. Grayscale: #A8A8A8. Windows color (decimal): -6570909 or 6536347. OLE color: 6536347.
HSL color Cylindrical-coordinate representation of color #9BBC63: hue angle of 82.25º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BBC63 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 99 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.26 |
| HSL | 82.25º | 0.4% | 0.56% | - |
| HSV(B) | 82.25º | 0.47% | 0.74% | - |
| XYZ | 33.75 | 43.84 | 18.49 | - |
| YUV | 167.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 99 | 0.18 | 0 | 0.47 | 0.26 | 82.25 | 0.4 | 0.56 |
| Hex | 9B | BC | 63 | 12 | 0 | 2F | 1A | 52 | 28 | 38 |
| Octal | 233 | 274 | 143 | 22 | 0 | 57 | 32 | 122 | 50 | 70 |
| Binary | 10011011 | 10111100 | 1100011 | 10010 | 0 | 101111 | 11010 | 1010010 | 101000 | 111000 |
Color Harmonies of #9BBC63
Complementary color
Monochromatic Colors of #9BBC63
Black with #9BBC63
Text Example
Text Example
White with #9BBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC63; }
p { color: rgb(155,188,99); }
H1.HeaderClassName
{
color: #9BBC63;
}
.AnyTagClassName
{
color: #9BBC63;
}
</style>
background-color css
<style>
a { background-color: #9BBC63; }
a { background-color: rgb(155,188,99); }
div.DivClassName
{
background-color: #9BBC63;
}
.BgClassName
{
background-color: #9BBC63;
}
</style>
border-color css
<style>
span { border-color: #9BBC63; }
span { border-color: rgb(155,188,99); }
td.TdClassName
{
border-color: #9BBC63;
}
.TagClassName
{
border-color: #9BBC63;
}
</style>