#ABB186

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

Shades of Bud #ABB186

Tints of Bud #ABB186

Color information

#ABB186 (or 0xABB186) is unknown color: approx Bud. HEX triplet: AB, B1 and 86. RGB value is (171,177,134). Sum of RGB (Red+Green+Blue) = 171+177+134=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB186 is #544E79. Grayscale: #AAAAAA. Windows color (decimal): -5525114 or 8827307. OLE color: 8827307.

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

Color convert

RGB171177134-
CMYK0.0300.240.31
HSL68.37º21.61%60.98%-
HSV(B)68.37º24.29%69.41%-
XYZ36.8241.8228.69-
YUV170.3107.51128.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=35.48%
G=36.72%
B=27.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771340.0300.240.3168.3721.6160.98
HexABB18630181F44163d
Octal2532612063030371042675
Binary1010101110110001100001101101100011111100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB186; }

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

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

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

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

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

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

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

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