#ABAD90

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

Shades of Bud #ABAD90

Tints of Bud #ABAD90

Color information

#ABAD90 (or 0xABAD90) is unknown color: approx Bud. HEX triplet: AB, AD and 90. RGB value is (171,173,144). Sum of RGB (Red+Green+Blue) = 171+173+144=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD90 is #54526F. Grayscale: #A9A9A9. Windows color (decimal): -5526128 or 9481643. OLE color: 9481643.

HSL color Cylindrical-coordinate representation of color #ABAD90: hue angle of 64.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAD90 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB171173144-
CMYK0.0100.170.32
HSL64.14º15.03%62.16%-
HSV(B)64.14º16.76%67.84%-
XYZ36.7740.5632.28-
YUV169.1113.84129.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=35.04%
G=35.45%
B=29.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731440.0100.170.3264.1415.0362.16
HexABAD9010112040f3e
Octal2532552201021401001776
Binary101010111010110110010000101000110000010000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD90; }

 p { color: rgb(171,173,144); }

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

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

 a { background-color: rgb(171,173,144); }

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

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

 span { border-color: rgb(171,173,144); }

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