Shades of Locust #9CA081
Tints of Locust #9CA081
RGB
CMYK
RGB Variations
Color information
#9CA081 (or 0x9CA081) is known color: Locust. HEX triplet: 9C, A0 and 81. RGB value is (156,160,129). Sum of RGB (Red+Green+Blue) = 156+160+129=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA081 is #635F7E. Grayscale: #9B9B9B. Windows color (decimal): -6512511 or 8495260. OLE color: 8495260.
HSL color Cylindrical-coordinate representation of color #9CA081: hue angle of 67.74º 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 #9CA081 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 156 | 160 | 129 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.37 |
| HSL | 67.74º | 0.14% | 0.57% | - |
| HSV(B) | 67.74º | 0.19% | 0.63% | - |
| XYZ | 30.24 | 33.79 | 25.7 | - |
| YUV | 155.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 129 | 0.02 | 0 | 0.19 | 0.37 | 67.74 | 0.14 | 0.57 |
| Hex | 9C | A0 | 81 | 2 | 0 | 13 | 25 | 44 | E | 39 |
| Octal | 234 | 240 | 201 | 2 | 0 | 23 | 45 | 104 | 16 | 71 |
| Binary | 10011100 | 10100000 | 10000001 | 10 | 0 | 10011 | 100101 | 1000100 | 1110 | 111001 |
Color Harmonies of #9CA081
Complementary color
Monochromatic Colors of #9CA081
Black with #9CA081
Text Example
Text Example
White with #9CA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA081; }
p { color: rgb(156,160,129); }
H1.HeaderClassName
{
color: #9CA081;
}
.AnyTagClassName
{
color: #9CA081;
}
</style>
background-color css
<style>
a { background-color: #9CA081; }
a { background-color: rgb(156,160,129); }
div.DivClassName
{
background-color: #9CA081;
}
.BgClassName
{
background-color: #9CA081;
}
</style>
border-color css
<style>
span { border-color: #9CA081; }
span { border-color: rgb(156,160,129); }
td.TdClassName
{
border-color: #9CA081;
}
.TagClassName
{
border-color: #9CA081;
}
</style>