#ADB27E

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

Shades of Locust #ADB27E

Tints of Locust #ADB27E

Color information

#ADB27E (or 0xADB27E) is unknown color: approx Locust. HEX triplet: AD, B2 and 7E. RGB value is (173,178,126). Sum of RGB (Red+Green+Blue) = 173+178+126=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27E is #524D81. Grayscale: #AAAAAA. Windows color (decimal): -5393794 or 8303277. OLE color: 8303277.

HSL color Cylindrical-coordinate representation of color #ADB27E: hue angle of 65.77º 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 #ADB27E is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB173178126-
CMYK0.0300.290.30
HSL65.77º25.24%59.61%-
HSV(B)65.77º29.21%69.8%-
XYZ36.9242.2325.94-
YUV170.58102.84129.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=36.27%
G=37.32%
B=26.42%

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
Decimal1731781260.0300.290.3065.7725.2459.61
HexADB27E301D1E42193c
Octal2552621763035361023174
Binary101011011011001011111101101110111110100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB27E; }

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

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

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

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

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

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

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

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