#ABB39F

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

Shades of Silver Chalice #ABB39F

Tints of Silver Chalice #ABB39F

Color information

#ABB39F (or 0xABB39F) is unknown color: approx Silver Chalice. HEX triplet: AB, B3 and 9F. RGB value is (171,179,159). Sum of RGB (Red+Green+Blue) = 171+179+159=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB39F is #544C60. Grayscale: #AEAEAE. Windows color (decimal): -5524577 or 10466219. OLE color: 10466219.

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

Color convert

RGB171179159-
CMYK0.0400.110.30
HSL84º11.63%66.27%-
HSV(B)84º11.17%70.2%-
XYZ39.1743.439.11-
YUV174.33119.35125.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=33.60%
G=35.17%
B=31.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791590.0400.110.308411.6366.27
HexABB39F40B1E54c42
Octal25326323740133612414102
Binary1010101110110011100111111000101111110101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB39F; }

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

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

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

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

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

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

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

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