#A8B377

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

Shades of Locust #A8B377

Tints of Locust #A8B377

Color information

#A8B377 (or 0xA8B377) is unknown color: approx Locust. HEX triplet: A8, B3 and 77. RGB value is (168,179,119). Sum of RGB (Red+Green+Blue) = 168+179+119=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B377 is #574C88. Grayscale: #A9A9A9. Windows color (decimal): -5721225 or 7844776. OLE color: 7844776.

HSL color Cylindrical-coordinate representation of color #A8B377: hue angle of 71º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8B377 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB168179119-
CMYK0.0600.340.30
HSL71º28.3%58.43%-
HSV(B)71º33.52%70.2%-
XYZ35.641.923.66-
YUV168.8799.86127.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=36.05%
G=38.41%
B=25.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791190.0600.340.307128.358.43
HexA8B37760221E471c3a
Octal2502631676042361073472
Binary10101000101100111110111110010001011110100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B377; }

 p { color: rgb(168,179,119); }

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

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

 a { background-color: rgb(168,179,119); }

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

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

 span { border-color: rgb(168,179,119); }

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