Shades of Olivine #9DBD64
Tints of Olivine #9DBD64
RGB
CMYK
RGB Variations
Color information
#9DBD64 (or 0x9DBD64) is known color: Olivine. HEX triplet: 9D, BD and 64. RGB value is (157,189,100). Sum of RGB (Red+Green+Blue) = 157+189+100=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD64 is #62429B. Grayscale: #A9A9A9. Windows color (decimal): -6439580 or 6602141. OLE color: 6602141.
HSL color Cylindrical-coordinate representation of color #9DBD64: hue angle of 81.57º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DBD64 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 100 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.26 |
| HSL | 81.57º | 0.4% | 0.57% | - |
| HSV(B) | 81.57º | 0.47% | 0.74% | - |
| XYZ | 34.4 | 44.48 | 18.83 | - |
| YUV | 169.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 100 | 0.17 | 0 | 0.47 | 0.26 | 81.57 | 0.4 | 0.57 |
| Hex | 9D | BD | 64 | 11 | 0 | 2F | 1A | 52 | 28 | 39 |
| Octal | 235 | 275 | 144 | 21 | 0 | 57 | 32 | 122 | 50 | 71 |
| Binary | 10011101 | 10111101 | 1100100 | 10001 | 0 | 101111 | 11010 | 1010010 | 101000 | 111001 |
Color Harmonies of #9DBD64
Complementary color
Monochromatic Colors of #9DBD64
Black with #9DBD64
Text Example
Text Example
White with #9DBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD64; }
p { color: rgb(157,189,100); }
H1.HeaderClassName
{
color: #9DBD64;
}
.AnyTagClassName
{
color: #9DBD64;
}
</style>
background-color css
<style>
a { background-color: #9DBD64; }
a { background-color: rgb(157,189,100); }
div.DivClassName
{
background-color: #9DBD64;
}
.BgClassName
{
background-color: #9DBD64;
}
</style>
border-color css
<style>
span { border-color: #9DBD64; }
span { border-color: rgb(157,189,100); }
td.TdClassName
{
border-color: #9DBD64;
}
.TagClassName
{
border-color: #9DBD64;
}
</style>