Shades of Locust #9DA183
Tints of Locust #9DA183
RGB
CMYK
RGB Variations
Color information
#9DA183 (or 0x9DA183) is known color: Locust. HEX triplet: 9D, A1 and 83. RGB value is (157,161,131). Sum of RGB (Red+Green+Blue) = 157+161+131=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA183 is #625E7C. Grayscale: #9C9C9C. Windows color (decimal): -6446717 or 8626589. OLE color: 8626589.
HSL color Cylindrical-coordinate representation of color #9DA183: hue angle of 68º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DA183 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 131 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.37 |
| HSL | 68º | 0.14% | 0.57% | - |
| HSV(B) | 68º | 0.19% | 0.63% | - |
| XYZ | 30.75 | 34.3 | 26.47 | - |
| YUV | 156.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 131 | 0.02 | 0 | 0.19 | 0.37 | 68 | 0.14 | 0.57 |
| Hex | 9D | A1 | 83 | 2 | 0 | 13 | 25 | 44 | E | 39 |
| Octal | 235 | 241 | 203 | 2 | 0 | 23 | 45 | 104 | 16 | 71 |
| Binary | 10011101 | 10100001 | 10000011 | 10 | 0 | 10011 | 100101 | 1000100 | 1110 | 111001 |
Color Harmonies of #9DA183
Complementary color
Monochromatic Colors of #9DA183
Black with #9DA183
Text Example
Text Example
White with #9DA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA183; }
p { color: rgb(157,161,131); }
H1.HeaderClassName
{
color: #9DA183;
}
.AnyTagClassName
{
color: #9DA183;
}
</style>
background-color css
<style>
a { background-color: #9DA183; }
a { background-color: rgb(157,161,131); }
div.DivClassName
{
background-color: #9DA183;
}
.BgClassName
{
background-color: #9DA183;
}
</style>
border-color css
<style>
span { border-color: #9DA183; }
span { border-color: rgb(157,161,131); }
td.TdClassName
{
border-color: #9DA183;
}
.TagClassName
{
border-color: #9DA183;
}
</style>