#AFB49B

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

Shades of Green Spring #AFB49B

Tints of Green Spring #AFB49B

Color information

#AFB49B (or 0xAFB49B) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 9B. RGB value is (175,180,155). Sum of RGB (Red+Green+Blue) = 175+180+155=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB49B is #504B64. Grayscale: #AFAFAF. Windows color (decimal): -5262181 or 10204335. OLE color: 10204335.

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

Color convert

RGB175180155-
CMYK0.0300.140.29
HSL72º14.29%65.69%-
HSV(B)72º13.89%70.59%-
XYZ39.9244.1237.42-
YUV175.65116.34127.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=34.31%
G=35.29%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801550.0300.140.297214.2965.69
HexAFB49B30E1D48e42
Octal25726423330163511016102
Binary101011111011010010011011110111011101100100011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB49B; }

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

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

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

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

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

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

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

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