Shades of Locust #9DA180
Tints of Locust #9DA180
RGB
CMYK
RGB Variations
Color information
#9DA180 (or 0x9DA180) is known color: Locust. HEX triplet: 9D, A1 and 80. RGB value is (157,161,128). Sum of RGB (Red+Green+Blue) = 157+161+128=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA180 is #625E7F. Grayscale: #9C9C9C. Windows color (decimal): -6446720 or 8429981. OLE color: 8429981.
HSL color Cylindrical-coordinate representation of color #9DA180: hue angle of 67.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DA180 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 128 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.37 |
| HSL | 67.27º | 0.15% | 0.57% | - |
| HSV(B) | 67.27º | 0.2% | 0.63% | - |
| XYZ | 30.55 | 34.22 | 25.42 | - |
| YUV | 156.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 128 | 0.02 | 0 | 0.20 | 0.37 | 67.27 | 0.15 | 0.57 |
| Hex | 9D | A1 | 80 | 2 | 0 | 14 | 25 | 43 | F | 39 |
| Octal | 235 | 241 | 200 | 2 | 0 | 24 | 45 | 103 | 17 | 71 |
| Binary | 10011101 | 10100001 | 10000000 | 10 | 0 | 10100 | 100101 | 1000011 | 1111 | 111001 |
Color Harmonies of #9DA180
Complementary color
Monochromatic Colors of #9DA180
Black with #9DA180
Text Example
Text Example
White with #9DA180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA180; }
p { color: rgb(157,161,128); }
H1.HeaderClassName
{
color: #9DA180;
}
.AnyTagClassName
{
color: #9DA180;
}
</style>
background-color css
<style>
a { background-color: #9DA180; }
a { background-color: rgb(157,161,128); }
div.DivClassName
{
background-color: #9DA180;
}
.BgClassName
{
background-color: #9DA180;
}
</style>
border-color css
<style>
span { border-color: #9DA180; }
span { border-color: rgb(157,161,128); }
td.TdClassName
{
border-color: #9DA180;
}
.TagClassName
{
border-color: #9DA180;
}
</style>