#ABB18C

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

Shades of Bud #ABB18C

Tints of Bud #ABB18C

Color information

#ABB18C (or 0xABB18C) is unknown color: approx Bud. HEX triplet: AB, B1 and 8C. RGB value is (171,177,140). Sum of RGB (Red+Green+Blue) = 171+177+140=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18C is #544E73. Grayscale: #ABABAB. Windows color (decimal): -5525108 or 9220523. OLE color: 9220523.

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

Color convert

RGB171177140-
CMYK0.0300.210.31
HSL69.73º19.17%62.16%-
HSV(B)69.73º20.9%69.41%-
XYZ37.254230.95-
YUV170.99110.51128.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=35.04%
G=36.27%
B=28.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771400.0300.210.3169.7319.1762.16
HexABB18C30151F46133e
Octal2532612143025371062376
Binary1010101110110001100011001101010111111100011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB18C; }

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

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

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

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

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

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

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

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