#A4B177

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

Shades of Locust #A4B177

Tints of Locust #A4B177

Color information

#A4B177 (or 0xA4B177) is unknown color: approx Locust. HEX triplet: A4, B1 and 77. RGB value is (164,177,119). Sum of RGB (Red+Green+Blue) = 164+177+119=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B177 is #5B4E88. Grayscale: #A6A6A6. Windows color (decimal): -5983881 or 7844260. OLE color: 7844260.

HSL color Cylindrical-coordinate representation of color #A4B177: hue angle of 73.45º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4B177 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB164177119-
CMYK0.0700.330.31
HSL73.45º27.1%58.04%-
HSV(B)73.45º32.77%69.41%-
XYZ34.3640.6723.49-
YUV166.5101.19126.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.65%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=35.65%
G=38.48%
B=25.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641771190.0700.330.3173.4527.158.04
HexA4B17770211F491b3a
Octal2442611677041371113372
Binary10100100101100011110111111010000111111100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B177; }

 p { color: rgb(164,177,119); }

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

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

 a { background-color: rgb(164,177,119); }

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

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

 span { border-color: rgb(164,177,119); }

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