#AFB797

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

Shades of Green Spring #AFB797

Tints of Green Spring #AFB797

Color information

#AFB797 (or 0xAFB797) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 97. RGB value is (175,183,151). Sum of RGB (Red+Green+Blue) = 175+183+151=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB797 is #504868. Grayscale: #B1B1B1. Windows color (decimal): -5261417 or 9942959. OLE color: 9942959.

HSL color Cylindrical-coordinate representation of color #AFB797: hue angle of 75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB797 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB175183151-
CMYK0.0400.170.28
HSL75º18.18%65.49%-
HSV(B)75º17.49%71.76%-
XYZ40.245.2235.89-
YUV176.96113.35126.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 183 (71.88% from 255) = 35.95%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=34.38%
G=35.95%
B=29.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831510.0400.170.287518.1865.49
HexAFB79740111C4b1241
Octal25726722740213411322101
Binary101011111011011110010111100010001111001001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB797; }

 p { color: rgb(175,183,151); }

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

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

 a { background-color: rgb(175,183,151); }

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

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

 span { border-color: rgb(175,183,151); }

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