#ABB379

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

Shades of Locust #ABB379

Tints of Locust #ABB379

Color information

#ABB379 (or 0xABB379) is unknown color: approx Locust. HEX triplet: AB, B3 and 79. RGB value is (171,179,121). Sum of RGB (Red+Green+Blue) = 171+179+121=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB379 is #544C86. Grayscale: #AAAAAA. Windows color (decimal): -5524615 or 7975851. OLE color: 7975851.

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

Color convert

RGB171179121-
CMYK0.0400.320.30
HSL68.28º27.62%58.82%-
HSV(B)68.28º32.4%70.2%-
XYZ36.3742.2824.33-
YUV170100.35128.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=36.31%
G=38.00%
B=25.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791210.0400.320.3068.2827.6258.82
HexABB37940201E441c3b
Octal2532631714040361043473
Binary10101011101100111111001100010000011110100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB379; }

 p { color: rgb(171,179,121); }

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

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

 a { background-color: rgb(171,179,121); }

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

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

 span { border-color: rgb(171,179,121); }

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