Shades of Locust #ADB278
Tints of Locust #ADB278
RGB
CMYK
RGB Variations
Color information
#ADB278 (or 0xADB278) is known color: Locust. HEX triplet: AD, B2 and 78. RGB value is (173,178,120). Sum of RGB (Red+Green+Blue) = 173+178+120=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB278 is #524D87. Grayscale: #AAAAAA. Windows color (decimal): -5393800 or 7910061. OLE color: 7910061.
HSL color Cylindrical-coordinate representation of color #ADB278: hue angle of 65.17º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADB278 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 120 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.30 |
| HSL | 65.17º | 0.27% | 0.58% | - |
| HSV(B) | 65.17º | 0.33% | 0.7% | - |
| XYZ | 36.54 | 42.08 | 23.97 | - |
| YUV | 169.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 120 | 0.03 | 0 | 0.33 | 0.30 | 65.17 | 0.27 | 0.58 |
| Hex | AD | B2 | 78 | 3 | 0 | 21 | 1E | 41 | 1B | 3A |
| Octal | 255 | 262 | 170 | 3 | 0 | 41 | 36 | 101 | 33 | 72 |
| Binary | 10101101 | 10110010 | 1111000 | 11 | 0 | 100001 | 11110 | 1000001 | 11011 | 111010 |
Color Harmonies of #ADB278
Complementary color
Monochromatic Colors of #ADB278
Black with #ADB278
Text Example
Text Example
White with #ADB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB278; }
p { color: rgb(173,178,120); }
H1.HeaderClassName
{
color: #ADB278;
}
.AnyTagClassName
{
color: #ADB278;
}
</style>
background-color css
<style>
a { background-color: #ADB278; }
a { background-color: rgb(173,178,120); }
div.DivClassName
{
background-color: #ADB278;
}
.BgClassName
{
background-color: #ADB278;
}
</style>
border-color css
<style>
span { border-color: #ADB278; }
span { border-color: rgb(173,178,120); }
td.TdClassName
{
border-color: #ADB278;
}
.TagClassName
{
border-color: #ADB278;
}
</style>