#ABB18D

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

Shades of Bud #ABB18D

Tints of Bud #ABB18D

Color information

#ABB18D (or 0xABB18D) is unknown color: approx Bud. HEX triplet: AB, B1 and 8D. RGB value is (171,177,141). Sum of RGB (Red+Green+Blue) = 171+177+141=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18D is #544E72. Grayscale: #ABABAB. Windows color (decimal): -5525107 or 9286059. OLE color: 9286059.

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

Color convert

RGB171177141-
CMYK0.0300.200.31
HSL70º18.75%62.35%-
HSV(B)70º20.34%69.41%-
XYZ37.3242.0331.34-
YUV171.1111.01127.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=34.97%
G=36.20%
B=28.83%

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
Decimal1711771410.0300.200.317018.7562.35
HexABB18D30141F46133e
Octal2532612153024371062376
Binary1010101110110001100011011101010011111100011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB18D; }

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

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

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

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

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

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

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

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