Shades of Locust #ADB37F
Tints of Locust #ADB37F
RGB
CMYK
RGB Variations
Color information
#ADB37F (or 0xADB37F) is known color: Locust. HEX triplet: AD, B3 and 7F. RGB value is (173,179,127). Sum of RGB (Red+Green+Blue) = 173+179+127=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37F is #524C80. Grayscale: #ABABAB. Windows color (decimal): -5393537 or 8369069. OLE color: 8369069.
HSL color Cylindrical-coordinate representation of color #ADB37F: hue angle of 66.92º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB37F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 127 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.30 |
| HSL | 66.92º | 0.25% | 0.6% | - |
| HSV(B) | 66.92º | 0.29% | 0.7% | - |
| XYZ | 37.18 | 42.66 | 26.35 | - |
| YUV | 171.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 127 | 0.03 | 0 | 0.29 | 0.30 | 66.92 | 0.25 | 0.6 |
| Hex | AD | B3 | 7F | 3 | 0 | 1D | 1E | 43 | 19 | 3C |
| Octal | 255 | 263 | 177 | 3 | 0 | 35 | 36 | 103 | 31 | 74 |
| Binary | 10101101 | 10110011 | 1111111 | 11 | 0 | 11101 | 11110 | 1000011 | 11001 | 111100 |
Color Harmonies of #ADB37F
Complementary color
Monochromatic Colors of #ADB37F
Black with #ADB37F
Text Example
Text Example
White with #ADB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB37F; }
p { color: rgb(173,179,127); }
H1.HeaderClassName
{
color: #ADB37F;
}
.AnyTagClassName
{
color: #ADB37F;
}
</style>
background-color css
<style>
a { background-color: #ADB37F; }
a { background-color: rgb(173,179,127); }
div.DivClassName
{
background-color: #ADB37F;
}
.BgClassName
{
background-color: #ADB37F;
}
</style>
border-color css
<style>
span { border-color: #ADB37F; }
span { border-color: rgb(173,179,127); }
td.TdClassName
{
border-color: #ADB37F;
}
.TagClassName
{
border-color: #ADB37F;
}
</style>