Shades of Olivine #9DBA63
Tints of Olivine #9DBA63
RGB
CMYK
RGB Variations
Color information
#9DBA63 (or 0x9DBA63) is known color: Olivine. HEX triplet: 9D, BA and 63. RGB value is (157,186,99). Sum of RGB (Red+Green+Blue) = 157+186+99=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA63 is #62459C. Grayscale: #A7A7A7. Windows color (decimal): -6440349 or 6535837. OLE color: 6535837.
HSL color Cylindrical-coordinate representation of color #9DBA63: hue angle of 80º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DBA63 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 99 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.27 |
| HSL | 80º | 0.39% | 0.56% | - |
| HSV(B) | 80º | 0.47% | 0.73% | - |
| XYZ | 33.72 | 43.19 | 18.36 | - |
| YUV | 167.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 99 | 0.16 | 0 | 0.47 | 0.27 | 80 | 0.39 | 0.56 |
| Hex | 9D | BA | 63 | 10 | 0 | 2F | 1B | 50 | 27 | 38 |
| Octal | 235 | 272 | 143 | 20 | 0 | 57 | 33 | 120 | 47 | 70 |
| Binary | 10011101 | 10111010 | 1100011 | 10000 | 0 | 101111 | 11011 | 1010000 | 100111 | 111000 |
Color Harmonies of #9DBA63
Complementary color
Monochromatic Colors of #9DBA63
Black with #9DBA63
Text Example
Text Example
White with #9DBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA63; }
p { color: rgb(157,186,99); }
H1.HeaderClassName
{
color: #9DBA63;
}
.AnyTagClassName
{
color: #9DBA63;
}
</style>
background-color css
<style>
a { background-color: #9DBA63; }
a { background-color: rgb(157,186,99); }
div.DivClassName
{
background-color: #9DBA63;
}
.BgClassName
{
background-color: #9DBA63;
}
</style>
border-color css
<style>
span { border-color: #9DBA63; }
span { border-color: rgb(157,186,99); }
td.TdClassName
{
border-color: #9DBA63;
}
.TagClassName
{
border-color: #9DBA63;
}
</style>