#ABB185

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

Shades of Bud #ABB185

Tints of Bud #ABB185

Color information

#ABB185 (or 0xABB185) is unknown color: approx Bud. HEX triplet: AB, B1 and 85. RGB value is (171,177,133). Sum of RGB (Red+Green+Blue) = 171+177+133=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB185 is #544E7A. Grayscale: #AAAAAA. Windows color (decimal): -5525115 or 8761771. OLE color: 8761771.

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

Color convert

RGB171177133-
CMYK0.0300.250.31
HSL68.18º22%60.78%-
HSV(B)68.18º24.86%69.41%-
XYZ36.7541.828.32-
YUV170.19107.01128.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 133 (52.34% from 255) = 27.65%
R=35.55%
G=36.80%
B=27.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771330.0300.250.3168.182260.78
HexABB18530191F44163d
Octal2532612053031371042675
Binary1010101110110001100001011101100111111100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB185; }

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

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

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

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

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

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

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

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