#ABB387

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

Shades of Bud #ABB387

Tints of Bud #ABB387

Color information

#ABB387 (or 0xABB387) is unknown color: approx Bud. HEX triplet: AB, B3 and 87. RGB value is (171,179,135). Sum of RGB (Red+Green+Blue) = 171+179+135=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB387 is #544C78. Grayscale: #ABABAB. Windows color (decimal): -5524601 or 8893355. OLE color: 8893355.

HSL color Cylindrical-coordinate representation of color #ABB387: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB387 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB171179135-
CMYK0.0400.250.30
HSL70.91º22.45%61.57%-
HSV(B)70.91º24.58%70.2%-
XYZ37.2942.6529.19-
YUV171.59107.35127.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=35.26%
G=36.91%
B=27.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791350.0400.250.3070.9122.4561.57
HexABB38740191E47163e
Octal2532632074031361072676
Binary10101011101100111000011110001100111110100011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB387; }

 p { color: rgb(171,179,135); }

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

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

 a { background-color: rgb(171,179,135); }

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

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

 span { border-color: rgb(171,179,135); }

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