Shades of Olivine #9BBB64
Tints of Olivine #9BBB64
RGB
CMYK
RGB Variations
Color information
#9BBB64 (or 0x9BBB64) is known color: Olivine. HEX triplet: 9B, BB and 64. RGB value is (155,187,100). Sum of RGB (Red+Green+Blue) = 155+187+100=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBB64 is #64449B. Grayscale: #A7A7A7. Windows color (decimal): -6571164 or 6601627. OLE color: 6601627.
HSL color Cylindrical-coordinate representation of color #9BBB64: hue angle of 82.07º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BBB64 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 187 | 100 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.27 |
| HSL | 82.07º | 0.39% | 0.56% | - |
| HSV(B) | 82.07º | 0.47% | 0.73% | - |
| XYZ | 33.59 | 43.43 | 18.67 | - |
| YUV | 167.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 187 | 100 | 0.17 | 0 | 0.47 | 0.27 | 82.07 | 0.39 | 0.56 |
| Hex | 9B | BB | 64 | 11 | 0 | 2F | 1B | 52 | 27 | 38 |
| Octal | 233 | 273 | 144 | 21 | 0 | 57 | 33 | 122 | 47 | 70 |
| Binary | 10011011 | 10111011 | 1100100 | 10001 | 0 | 101111 | 11011 | 1010010 | 100111 | 111000 |
Color Harmonies of #9BBB64
Complementary color
Monochromatic Colors of #9BBB64
Black with #9BBB64
Text Example
Text Example
White with #9BBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBB64; }
p { color: rgb(155,187,100); }
H1.HeaderClassName
{
color: #9BBB64;
}
.AnyTagClassName
{
color: #9BBB64;
}
</style>
background-color css
<style>
a { background-color: #9BBB64; }
a { background-color: rgb(155,187,100); }
div.DivClassName
{
background-color: #9BBB64;
}
.BgClassName
{
background-color: #9BBB64;
}
</style>
border-color css
<style>
span { border-color: #9BBB64; }
span { border-color: rgb(155,187,100); }
td.TdClassName
{
border-color: #9BBB64;
}
.TagClassName
{
border-color: #9BBB64;
}
</style>