Shades of Locust #ADB376
Tints of Locust #ADB376
RGB
CMYK
RGB Variations
Color information
#ADB376 (or 0xADB376) is known color: Locust. HEX triplet: AD, B3 and 76. RGB value is (173,179,118). Sum of RGB (Red+Green+Blue) = 173+179+118=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB376 is #524C89. Grayscale: #AAAAAA. Windows color (decimal): -5393546 or 7779245. OLE color: 7779245.
HSL color Cylindrical-coordinate representation of color #ADB376: hue angle of 65.9º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADB376 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 118 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.30 |
| HSL | 65.9º | 0.29% | 0.58% | - |
| HSV(B) | 65.9º | 0.34% | 0.7% | - |
| XYZ | 36.62 | 42.43 | 23.4 | - |
| YUV | 170.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 118 | 0.03 | 0 | 0.34 | 0.30 | 65.9 | 0.29 | 0.58 |
| Hex | AD | B3 | 76 | 3 | 0 | 22 | 1E | 42 | 1D | 3A |
| Octal | 255 | 263 | 166 | 3 | 0 | 42 | 36 | 102 | 35 | 72 |
| Binary | 10101101 | 10110011 | 1110110 | 11 | 0 | 100010 | 11110 | 1000010 | 11101 | 111010 |
Color Harmonies of #ADB376
Complementary color
Monochromatic Colors of #ADB376
Black with #ADB376
Text Example
Text Example
White with #ADB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB376; }
p { color: rgb(173,179,118); }
H1.HeaderClassName
{
color: #ADB376;
}
.AnyTagClassName
{
color: #ADB376;
}
</style>
background-color css
<style>
a { background-color: #ADB376; }
a { background-color: rgb(173,179,118); }
div.DivClassName
{
background-color: #ADB376;
}
.BgClassName
{
background-color: #ADB376;
}
</style>
border-color css
<style>
span { border-color: #ADB376; }
span { border-color: rgb(173,179,118); }
td.TdClassName
{
border-color: #ADB376;
}
.TagClassName
{
border-color: #ADB376;
}
</style>