Shades of Locust #9DA285
Tints of Locust #9DA285
RGB
CMYK
RGB Variations
Color information
#9DA285 (or 0x9DA285) is known color: Locust. HEX triplet: 9D, A2 and 85. RGB value is (157,162,133). Sum of RGB (Red+Green+Blue) = 157+162+133=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA285 is #625D7A. Grayscale: #9D9D9D. Windows color (decimal): -6446459 or 8757917. OLE color: 8757917.
HSL color Cylindrical-coordinate representation of color #9DA285: hue angle of 70.34º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9DA285 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 133 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.36 |
| HSL | 70.34º | 0.13% | 0.58% | - |
| HSV(B) | 70.34º | 0.18% | 0.64% | - |
| XYZ | 31.06 | 34.7 | 27.25 | - |
| YUV | 157.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 133 | 0.03 | 0 | 0.18 | 0.36 | 70.34 | 0.13 | 0.58 |
| Hex | 9D | A2 | 85 | 3 | 0 | 12 | 24 | 46 | D | 3A |
| Octal | 235 | 242 | 205 | 3 | 0 | 22 | 44 | 106 | 15 | 72 |
| Binary | 10011101 | 10100010 | 10000101 | 11 | 0 | 10010 | 100100 | 1000110 | 1101 | 111010 |
Color Harmonies of #9DA285
Complementary color
Monochromatic Colors of #9DA285
Black with #9DA285
Text Example
Text Example
White with #9DA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA285; }
p { color: rgb(157,162,133); }
H1.HeaderClassName
{
color: #9DA285;
}
.AnyTagClassName
{
color: #9DA285;
}
</style>
background-color css
<style>
a { background-color: #9DA285; }
a { background-color: rgb(157,162,133); }
div.DivClassName
{
background-color: #9DA285;
}
.BgClassName
{
background-color: #9DA285;
}
</style>
border-color css
<style>
span { border-color: #9DA285; }
span { border-color: rgb(157,162,133); }
td.TdClassName
{
border-color: #9DA285;
}
.TagClassName
{
border-color: #9DA285;
}
</style>