Shades of Olivine #9BBD63
Tints of Olivine #9BBD63
RGB
CMYK
RGB Variations
Color information
#9BBD63 (or 0x9BBD63) is known color: Olivine. HEX triplet: 9B, BD and 63. RGB value is (155,189,99). Sum of RGB (Red+Green+Blue) = 155+189+99=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD63 is #64429C. Grayscale: #A8A8A8. Windows color (decimal): -6570653 or 6536603. OLE color: 6536603.
HSL color Cylindrical-coordinate representation of color #9BBD63: hue angle of 82.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BBD63 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 99 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.26 |
| HSL | 82.67º | 0.41% | 0.56% | - |
| HSV(B) | 82.67º | 0.48% | 0.74% | - |
| XYZ | 33.97 | 44.26 | 18.56 | - |
| YUV | 168.57 | 88.74 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 99 | 0.18 | 0 | 0.48 | 0.26 | 82.67 | 0.41 | 0.56 |
| Hex | 9B | BD | 63 | 12 | 0 | 30 | 1A | 53 | 29 | 38 |
| Octal | 233 | 275 | 143 | 22 | 0 | 60 | 32 | 123 | 51 | 70 |
| Binary | 10011011 | 10111101 | 1100011 | 10010 | 0 | 110000 | 11010 | 1010011 | 101001 | 111000 |
Color Harmonies of #9BBD63
Complementary color
Monochromatic Colors of #9BBD63
Black with #9BBD63
Text Example
Text Example
White with #9BBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD63; }
p { color: rgb(155,189,99); }
H1.HeaderClassName
{
color: #9BBD63;
}
.AnyTagClassName
{
color: #9BBD63;
}
</style>
background-color css
<style>
a { background-color: #9BBD63; }
a { background-color: rgb(155,189,99); }
div.DivClassName
{
background-color: #9BBD63;
}
.BgClassName
{
background-color: #9BBD63;
}
</style>
border-color css
<style>
span { border-color: #9BBD63; }
span { border-color: rgb(155,189,99); }
td.TdClassName
{
border-color: #9BBD63;
}
.TagClassName
{
border-color: #9BBD63;
}
</style>