Shades of Olivine #9DBD5D
Tints of Olivine #9DBD5D
RGB
CMYK
RGB Variations
Color information
#9DBD5D (or 0x9DBD5D) is known color: Olivine. HEX triplet: 9D, BD and 5D. RGB value is (157,189,93). Sum of RGB (Red+Green+Blue) = 157+189+93=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD5D is #6242A2. Grayscale: #A8A8A8. Windows color (decimal): -6439587 or 6143389. OLE color: 6143389.
HSL color Cylindrical-coordinate representation of color #9DBD5D: hue angle of 80º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBD5D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 93 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.26 |
| HSL | 80º | 0.42% | 0.55% | - |
| HSV(B) | 80º | 0.51% | 0.74% | - |
| XYZ | 34.08 | 44.35 | 17.12 | - |
| YUV | 168.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 93 | 0.17 | 0 | 0.51 | 0.26 | 80 | 0.42 | 0.55 |
| Hex | 9D | BD | 5D | 11 | 0 | 33 | 1A | 50 | 2A | 37 |
| Octal | 235 | 275 | 135 | 21 | 0 | 63 | 32 | 120 | 52 | 67 |
| Binary | 10011101 | 10111101 | 1011101 | 10001 | 0 | 110011 | 11010 | 1010000 | 101010 | 110111 |
Color Harmonies of #9DBD5D
Complementary color
Monochromatic Colors of #9DBD5D
Black with #9DBD5D
Text Example
Text Example
White with #9DBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD5D; }
p { color: rgb(157,189,93); }
H1.HeaderClassName
{
color: #9DBD5D;
}
.AnyTagClassName
{
color: #9DBD5D;
}
</style>
background-color css
<style>
a { background-color: #9DBD5D; }
a { background-color: rgb(157,189,93); }
div.DivClassName
{
background-color: #9DBD5D;
}
.BgClassName
{
background-color: #9DBD5D;
}
</style>
border-color css
<style>
span { border-color: #9DBD5D; }
span { border-color: rgb(157,189,93); }
td.TdClassName
{
border-color: #9DBD5D;
}
.TagClassName
{
border-color: #9DBD5D;
}
</style>