Shades of Olivine #9BD465
Tints of Olivine #9BD465
RGB
CMYK
RGB Variations
Color information
#9BD465 (or 0x9BD465) is known color: Olivine. HEX triplet: 9B, D4 and 65. RGB value is (155,212,101). Sum of RGB (Red+Green+Blue) = 155+212+101=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD465 is #642B9A. Grayscale: #B6B6B6. Windows color (decimal): -6564763 or 6673563. OLE color: 6673563.
HSL color Cylindrical-coordinate representation of color #9BD465: hue angle of 90.81º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BD465 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 101 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.17 |
| HSL | 90.81º | 0.56% | 0.61% | - |
| HSV(B) | 90.81º | 0.52% | 0.83% | - |
| XYZ | 39.41 | 55 | 20.85 | - |
| YUV | 182.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 101 | 0.27 | 0 | 0.52 | 0.17 | 90.81 | 0.56 | 0.61 |
| Hex | 9B | D4 | 65 | 1B | 0 | 34 | 11 | 5B | 38 | 3D |
| Octal | 233 | 324 | 145 | 33 | 0 | 64 | 21 | 133 | 70 | 75 |
| Binary | 10011011 | 11010100 | 1100101 | 11011 | 0 | 110100 | 10001 | 1011011 | 111000 | 111101 |
Color Harmonies of #9BD465
Complementary color
Monochromatic Colors of #9BD465
Black with #9BD465
Text Example
Text Example
White with #9BD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD465; }
p { color: rgb(155,212,101); }
H1.HeaderClassName
{
color: #9BD465;
}
.AnyTagClassName
{
color: #9BD465;
}
</style>
background-color css
<style>
a { background-color: #9BD465; }
a { background-color: rgb(155,212,101); }
div.DivClassName
{
background-color: #9BD465;
}
.BgClassName
{
background-color: #9BD465;
}
</style>
border-color css
<style>
span { border-color: #9BD465; }
span { border-color: rgb(155,212,101); }
td.TdClassName
{
border-color: #9BD465;
}
.TagClassName
{
border-color: #9BD465;
}
</style>