Shades of Locust #ADB276
Tints of Locust #ADB276
RGB
CMYK
RGB Variations
Color information
#ADB276 (or 0xADB276) is known color: Locust. HEX triplet: AD, B2 and 76. RGB value is (173,178,118). Sum of RGB (Red+Green+Blue) = 173+178+118=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB276 is #524D89. Grayscale: #A9A9A9. Windows color (decimal): -5393802 or 7778989. OLE color: 7778989.
HSL color Cylindrical-coordinate representation of color #ADB276: hue angle of 65º degrees, saturation: 0.28, 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 #ADB276 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 118 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.30 |
| HSL | 65º | 0.28% | 0.58% | - |
| HSV(B) | 65º | 0.34% | 0.7% | - |
| XYZ | 36.42 | 42.03 | 23.33 | - |
| YUV | 169.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 118 | 0.03 | 0 | 0.34 | 0.30 | 65 | 0.28 | 0.58 |
| Hex | AD | B2 | 76 | 3 | 0 | 22 | 1E | 41 | 1C | 3A |
| Octal | 255 | 262 | 166 | 3 | 0 | 42 | 36 | 101 | 34 | 72 |
| Binary | 10101101 | 10110010 | 1110110 | 11 | 0 | 100010 | 11110 | 1000001 | 11100 | 111010 |
Color Harmonies of #ADB276
Complementary color
Monochromatic Colors of #ADB276
Black with #ADB276
Text Example
Text Example
White with #ADB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB276; }
p { color: rgb(173,178,118); }
H1.HeaderClassName
{
color: #ADB276;
}
.AnyTagClassName
{
color: #ADB276;
}
</style>
background-color css
<style>
a { background-color: #ADB276; }
a { background-color: rgb(173,178,118); }
div.DivClassName
{
background-color: #ADB276;
}
.BgClassName
{
background-color: #ADB276;
}
</style>
border-color css
<style>
span { border-color: #ADB276; }
span { border-color: rgb(173,178,118); }
td.TdClassName
{
border-color: #ADB276;
}
.TagClassName
{
border-color: #ADB276;
}
</style>