#AFB49C

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

Shades of Green Spring #AFB49C

Tints of Green Spring #AFB49C

Color information

#AFB49C (or 0xAFB49C) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 9C. RGB value is (175,180,156). Sum of RGB (Red+Green+Blue) = 175+180+156=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49C is #504B63. Grayscale: #AFAFAF. Windows color (decimal): -5262180 or 10269871. OLE color: 10269871.

HSL color Cylindrical-coordinate representation of color #AFB49C: hue angle of 72.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB49C is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB175180156-
CMYK0.0300.130.29
HSL72.5º13.79%65.88%-
HSV(B)72.5º13.33%70.59%-
XYZ4044.1637.87-
YUV175.77116.84127.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=34.25%
G=35.23%
B=30.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801560.0300.130.2972.513.7965.88
HexAFB49C30D1D48e42
Octal25726423430153511016102
Binary101011111011010010011100110110111101100100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB49C; }

 p { color: rgb(175,180,156); }

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

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

 a { background-color: rgb(175,180,156); }

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

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

 span { border-color: rgb(175,180,156); }

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