#ADB27F

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

Shades of Locust #ADB27F

Tints of Locust #ADB27F

Color information

#ADB27F (or 0xADB27F) is unknown color: approx Locust. HEX triplet: AD, B2 and 7F. RGB value is (173,178,127). Sum of RGB (Red+Green+Blue) = 173+178+127=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27F is #524D80. Grayscale: #AAAAAA. Windows color (decimal): -5393793 or 8368813. OLE color: 8368813.

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

Color convert

RGB173178127-
CMYK0.0300.290.30
HSL65.88º24.88%59.8%-
HSV(B)65.88º28.65%69.8%-
XYZ36.9842.2626.29-
YUV170.69103.34129.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 127 (50% from 255) = 26.57%
R=36.19%
G=37.24%
B=26.57%

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
Decimal1731781270.0300.290.3065.8824.8859.8
HexADB27F301D1E42193c
Octal2552621773035361023174
Binary101011011011001011111111101110111110100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB27F; }

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

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

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

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

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

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

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

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