#ABB081

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

Shades of Locust #ABB081

Tints of Locust #ABB081

Color information

#ABB081 (or 0xABB081) is unknown color: approx Locust. HEX triplet: AB, B0 and 81. RGB value is (171,176,129). Sum of RGB (Red+Green+Blue) = 171+176+129=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB081 is #544F7E. Grayscale: #A9A9A9. Windows color (decimal): -5525375 or 8499371. OLE color: 8499371.

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

Color convert

RGB171176129-
CMYK0.0300.270.31
HSL66.38º22.93%59.8%-
HSV(B)66.38º26.7%69.02%-
XYZ36.2841.2926.83-
YUV169.15105.34129.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=35.92%
G=36.97%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761290.0300.270.3166.3822.9359.8
HexABB081301B1F42173c
Octal2532602013033371022774
Binary1010101110110000100000011101101111111100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB081; }

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

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

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

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

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

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

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

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