#ABB18A

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

Shades of Bud #ABB18A

Tints of Bud #ABB18A

Color information

#ABB18A (or 0xABB18A) is unknown color: approx Bud. HEX triplet: AB, B1 and 8A. RGB value is (171,177,138). Sum of RGB (Red+Green+Blue) = 171+177+138=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18A is #544E75. Grayscale: #AAAAAA. Windows color (decimal): -5525110 or 9089451. OLE color: 9089451.

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

Color convert

RGB171177138-
CMYK0.0300.220.31
HSL69.23º20%61.76%-
HSV(B)69.23º22.03%69.41%-
XYZ37.141.9430.18-
YUV170.76109.51128.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=35.19%
G=36.42%
B=28.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771380.0300.220.3169.232061.76
HexABB18A30161F45143e
Octal2532612123026371052476
Binary1010101110110001100010101101011011111100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB18A; }

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

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

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

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

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

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

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

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