#ABB18E

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

Shades of Bud #ABB18E

Tints of Bud #ABB18E

Color information

#ABB18E (or 0xABB18E) is unknown color: approx Bud. HEX triplet: AB, B1 and 8E. RGB value is (171,177,142). Sum of RGB (Red+Green+Blue) = 171+177+142=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18E is #544E71. Grayscale: #ABABAB. Windows color (decimal): -5525106 or 9351595. OLE color: 9351595.

HSL color Cylindrical-coordinate representation of color #ABB18E: hue angle of 70.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABB18E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB171177142-
CMYK0.0300.200.31
HSL70.29º18.32%62.55%-
HSV(B)70.29º19.77%69.41%-
XYZ37.442.0631.74-
YUV171.22111.51127.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=34.90%
G=36.12%
B=28.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771420.0300.200.3170.2918.3262.55
HexABB18E30141F46123f
Octal2532612163024371062277
Binary1010101110110001100011101101010011111100011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB18E; }

 p { color: rgb(171,177,142); }

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

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

 a { background-color: rgb(171,177,142); }

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

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

 span { border-color: rgb(171,177,142); }

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