#ABB473

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

Shades of Locust #ABB473

Tints of Locust #ABB473

Color information

#ABB473 (or 0xABB473) is unknown color: approx Locust. HEX triplet: AB, B4 and 73. RGB value is (171,180,115). Sum of RGB (Red+Green+Blue) = 171+180+115=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB473 is #544B8C. Grayscale: #AAAAAA. Windows color (decimal): -5524365 or 7582891. OLE color: 7582891.

HSL color Cylindrical-coordinate representation of color #ABB473: hue angle of 68.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABB473 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB171180115-
CMYK0.0500.360.29
HSL68.31º30.23%57.84%-
HSV(B)68.31º36.11%70.59%-
XYZ36.2142.5422.52-
YUV169.997.02128.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=36.70%
G=38.63%
B=24.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801150.0500.360.2968.3130.2357.84
HexABB47350241D441e3a
Octal2532641635044351043672
Binary10101011101101001110011101010010011101100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB473; }

 p { color: rgb(171,180,115); }

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

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

 a { background-color: rgb(171,180,115); }

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

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

 span { border-color: rgb(171,180,115); }

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