#ADB37F

Color #ADB37F Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ADB37F

Tints of Locust #ADB37F

Color information

#ADB37F (or 0xADB37F) is unknown color: approx 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

RGB173179127-
CMYK0.0300.290.30
HSL66.92º25.49%60%-
HSV(B)66.92º29.05%70.2%-
XYZ37.1842.6626.35-
YUV171.28103.01129.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 127 (50% from 255) = 26.51%
R=36.12%
G=37.37%
B=26.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791270.0300.290.3066.9225.4960
HexADB37F301D1E43193c
Octal2552631773035361033174
Binary101011011011001111111111101110111110100001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>