#ABB072

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

Shades of Locust #ABB072

Tints of Locust #ABB072

Color information

#ABB072 (or 0xABB072) is unknown color: approx Locust. HEX triplet: AB, B0 and 72. RGB value is (171,176,114). Sum of RGB (Red+Green+Blue) = 171+176+114=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB072 is #544F8D. Grayscale: #A7A7A7. Windows color (decimal): -5525390 or 7516331. OLE color: 7516331.

HSL color Cylindrical-coordinate representation of color #ABB072: hue angle of 64.84º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABB072 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB171176114-
CMYK0.0300.350.31
HSL64.84º28.18%56.86%-
HSV(B)64.84º35.23%69.02%-
XYZ35.3640.9221.96-
YUV167.4497.84130.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=37.09%
G=38.18%
B=24.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761140.0300.350.3164.8428.1856.86
HexABB07230231F411c39
Octal2532601623043371013471
Binary1010101110110000111001011010001111111100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB072; }

 p { color: rgb(171,176,114); }

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

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

 a { background-color: rgb(171,176,114); }

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

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

 span { border-color: rgb(171,176,114); }

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