#ABB18B

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

Shades of Bud #ABB18B

Tints of Bud #ABB18B

Color information

#ABB18B (or 0xABB18B) is unknown color: approx Bud. HEX triplet: AB, B1 and 8B. RGB value is (171,177,139). Sum of RGB (Red+Green+Blue) = 171+177+139=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18B is #544E74. Grayscale: #ABABAB. Windows color (decimal): -5525109 or 9154987. OLE color: 9154987.

HSL color Cylindrical-coordinate representation of color #ABB18B: hue angle of 69.47º degrees, saturation: 0.2, 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 #ABB18B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB171177139-
CMYK0.0300.210.31
HSL69.47º19.59%61.96%-
HSV(B)69.47º21.47%69.41%-
XYZ37.1841.9730.57-
YUV170.87110.01128.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=35.11%
G=36.34%
B=28.54%

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
Decimal1711771390.0300.210.3169.4719.5961.96
HexABB18B30151F45143e
Octal2532612133025371052476
Binary1010101110110001100010111101010111111100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB18B; }

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

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

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

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

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

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

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

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