Shades of Olivine #9DBA5D
Tints of Olivine #9DBA5D
RGB
CMYK
RGB Variations
Color information
#9DBA5D (or 0x9DBA5D) is known color: Olivine. HEX triplet: 9D, BA and 5D. RGB value is (157,186,93). Sum of RGB (Red+Green+Blue) = 157+186+93=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA5D is #6245A2. Grayscale: #A7A7A7. Windows color (decimal): -6440355 or 6142621. OLE color: 6142621.
HSL color Cylindrical-coordinate representation of color #9DBA5D: hue angle of 78.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DBA5D is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 93 | - |
| CMYK | 0.16 | 0 | 0.5 | 0.27 |
| HSL | 78.71º | 0.4% | 0.55% | - |
| HSV(B) | 78.71º | 0.5% | 0.73% | - |
| XYZ | 33.44 | 43.08 | 16.91 | - |
| YUV | 166.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 93 | 0.16 | 0 | 0.5 | 0.27 | 78.71 | 0.4 | 0.55 |
| Hex | 9D | BA | 5D | 10 | 0 | 32 | 1B | 4F | 28 | 37 |
| Octal | 235 | 272 | 135 | 20 | 0 | 62 | 33 | 117 | 50 | 67 |
| Binary | 10011101 | 10111010 | 1011101 | 10000 | 0 | 110010 | 11011 | 1001111 | 101000 | 110111 |
Color Harmonies of #9DBA5D
Complementary color
Monochromatic Colors of #9DBA5D
Black with #9DBA5D
Text Example
Text Example
White with #9DBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA5D; }
p { color: rgb(157,186,93); }
H1.HeaderClassName
{
color: #9DBA5D;
}
.AnyTagClassName
{
color: #9DBA5D;
}
</style>
background-color css
<style>
a { background-color: #9DBA5D; }
a { background-color: rgb(157,186,93); }
div.DivClassName
{
background-color: #9DBA5D;
}
.BgClassName
{
background-color: #9DBA5D;
}
</style>
border-color css
<style>
span { border-color: #9DBA5D; }
span { border-color: rgb(157,186,93); }
td.TdClassName
{
border-color: #9DBA5D;
}
.TagClassName
{
border-color: #9DBA5D;
}
</style>