#ABB374

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

Shades of Locust #ABB374

Tints of Locust #ABB374

Color information

#ABB374 (or 0xABB374) is unknown color: approx Locust. HEX triplet: AB, B3 and 74. RGB value is (171,179,116). Sum of RGB (Red+Green+Blue) = 171+179+116=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB374 is #544C8B. Grayscale: #A9A9A9. Windows color (decimal): -5524620 or 7648171. OLE color: 7648171.

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

Color convert

RGB171179116-
CMYK0.0400.350.30
HSL67.62º29.3%57.84%-
HSV(B)67.62º35.2%70.2%-
XYZ36.0742.1622.76-
YUV169.4397.85129.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=36.70%
G=38.41%
B=24.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791160.0400.350.3067.6229.357.84
HexABB37440231E441d3a
Octal2532631644043361043572
Binary10101011101100111110100100010001111110100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB374; }

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

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

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

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

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

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

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

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