#ABB89F

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

Shades of Silver Chalice #ABB89F

Tints of Silver Chalice #ABB89F

Color information

#ABB89F (or 0xABB89F) is unknown color: approx Silver Chalice. HEX triplet: AB, B8 and 9F. RGB value is (171,184,159). Sum of RGB (Red+Green+Blue) = 171+184+159=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89F is #544760. Grayscale: #B1B1B1. Windows color (decimal): -5523297 or 10467499. OLE color: 10467499.

HSL color Cylindrical-coordinate representation of color #ABB89F: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB89F is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB171184159-
CMYK0.0700.140.28
HSL91.2º14.97%67.25%-
HSV(B)91.2º13.59%72.16%-
XYZ40.1945.4439.45-
YUV177.26117.69123.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=33.27%
G=35.80%
B=30.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841590.0700.140.2891.214.9767.25
HexABB89F70E1C5bf43
Octal25327023770163413317103
Binary1010101110111000100111111110111011100101101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB89F; }

 p { color: rgb(171,184,159); }

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

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

 a { background-color: rgb(171,184,159); }

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

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

 span { border-color: rgb(171,184,159); }

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