Shades of Olivine #9BD167
Tints of Olivine #9BD167
RGB
CMYK
RGB Variations
Color information
#9BD167 (or 0x9BD167) is known color: Olivine. HEX triplet: 9B, D1 and 67. RGB value is (155,209,103). Sum of RGB (Red+Green+Blue) = 155+209+103=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD167 is #642E98. Grayscale: #B5B5B5. Windows color (decimal): -6565529 or 6803867. OLE color: 6803867.
HSL color Cylindrical-coordinate representation of color #9BD167: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BD167 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 209 | 103 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.18 |
| HSL | 90.57º | 0.54% | 0.61% | - |
| HSV(B) | 90.57º | 0.51% | 0.82% | - |
| XYZ | 38.77 | 53.55 | 21.12 | - |
| YUV | 180.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 209 | 103 | 0.26 | 0 | 0.51 | 0.18 | 90.57 | 0.54 | 0.61 |
| Hex | 9B | D1 | 67 | 1A | 0 | 33 | 12 | 5B | 36 | 3D |
| Octal | 233 | 321 | 147 | 32 | 0 | 63 | 22 | 133 | 66 | 75 |
| Binary | 10011011 | 11010001 | 1100111 | 11010 | 0 | 110011 | 10010 | 1011011 | 110110 | 111101 |
Color Harmonies of #9BD167
Complementary color
Monochromatic Colors of #9BD167
Black with #9BD167
Text Example
Text Example
White with #9BD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD167; }
p { color: rgb(155,209,103); }
H1.HeaderClassName
{
color: #9BD167;
}
.AnyTagClassName
{
color: #9BD167;
}
</style>
background-color css
<style>
a { background-color: #9BD167; }
a { background-color: rgb(155,209,103); }
div.DivClassName
{
background-color: #9BD167;
}
.BgClassName
{
background-color: #9BD167;
}
</style>
border-color css
<style>
span { border-color: #9BD167; }
span { border-color: rgb(155,209,103); }
td.TdClassName
{
border-color: #9BD167;
}
.TagClassName
{
border-color: #9BD167;
}
</style>