#AFB39B

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

Shades of Green Spring #AFB39B

Tints of Green Spring #AFB39B

Color information

#AFB39B (or 0xAFB39B) is unknown color: approx Green Spring. HEX triplet: AF, B3 and 9B. RGB value is (175,179,155). Sum of RGB (Red+Green+Blue) = 175+179+155=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB39B is #504C64. Grayscale: #AFAFAF. Windows color (decimal): -5262437 or 10204079. OLE color: 10204079.

HSL color Cylindrical-coordinate representation of color #AFB39B: hue angle of 70º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB39B is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB175179155-
CMYK0.0200.130.30
HSL70º13.64%65.49%-
HSV(B)70º13.41%70.2%-
XYZ39.7243.7237.36-
YUV175.07116.67127.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=34.38%
G=35.17%
B=30.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791550.0200.130.307013.6465.49
HexAFB39B20D1E46e41
Octal25726323320153610616101
Binary101011111011001110011011100110111110100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB39B; }

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

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

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

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

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

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

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

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