#ABB489

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

Shades of Bud #ABB489

Tints of Bud #ABB489

Color information

#ABB489 (or 0xABB489) is unknown color: approx Bud. HEX triplet: AB, B4 and 89. RGB value is (171,180,137). Sum of RGB (Red+Green+Blue) = 171+180+137=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB489 is #544B76. Grayscale: #ACACAC. Windows color (decimal): -5524343 or 9024683. OLE color: 9024683.

HSL color Cylindrical-coordinate representation of color #ABB489: hue angle of 72.56º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABB489 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB171180137-
CMYK0.0500.240.29
HSL72.56º22.28%62.16%-
HSV(B)72.56º23.89%70.59%-
XYZ37.6343.1130-
YUV172.41108.02127-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=35.04%
G=36.89%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801370.0500.240.2972.5622.2862.16
HexABB48950181D49163e
Octal2532642115030351112676
Binary10101011101101001000100110101100011101100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB489; }

 p { color: rgb(171,180,137); }

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

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

 a { background-color: rgb(171,180,137); }

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

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

 span { border-color: rgb(171,180,137); }

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