#ADB37E

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

Shades of Locust #ADB37E

Tints of Locust #ADB37E

Color information

#ADB37E (or 0xADB37E) is unknown color: approx Locust. HEX triplet: AD, B3 and 7E. RGB value is (173,179,126). Sum of RGB (Red+Green+Blue) = 173+179+126=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB37E is #524C81. Grayscale: #ABABAB. Windows color (decimal): -5393538 or 8303533. OLE color: 8303533.

HSL color Cylindrical-coordinate representation of color #ADB37E: hue angle of 66.79º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB37E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB173179126-
CMYK0.0300.300.30
HSL66.79º25.85%59.8%-
HSV(B)66.79º29.61%70.2%-
XYZ37.1242.6326.01-
YUV171.16102.51129.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=36.19%
G=37.45%
B=26.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791260.0300.300.3066.7925.8559.8
HexADB37E301E1E431a3c
Octal2552631763036361033274
Binary101011011011001111111101101111011110100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB37E; }

 p { color: rgb(173,179,126); }

 H1.HeaderClassName
 {
   color: #ADB37E;
 }
 .AnyTagClassName
 {
   color: #ADB37E;
 }
</style>
background-color css

<style>
 a { background-color: #ADB37E; }

 a { background-color: rgb(173,179,126); }

 div.DivClassName
 {
   background-color: #ADB37E;
 }
 .BgClassName
 {
   background-color: #ADB37E;
 }
</style>
border-color css

<style>
 span { border-color: #ADB37E; }

 span { border-color: rgb(173,179,126); }

 td.TdClassName
 {
   border-color: #ADB37E;
 }
 .TagClassName
 {
   border-color: #ADB37E;
 }
</style>