#AFB996

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

Shades of Green Spring #AFB996

Tints of Green Spring #AFB996

Color information

#AFB996 (or 0xAFB996) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 96. RGB value is (175,185,150). Sum of RGB (Red+Green+Blue) = 175+185+150=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB996 is #504669. Grayscale: #B2B2B2. Windows color (decimal): -5260906 or 9877935. OLE color: 9877935.

HSL color Cylindrical-coordinate representation of color #AFB996: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB996 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB175185150-
CMYK0.0500.190.27
HSL77.14º20%65.69%-
HSV(B)77.14º18.92%72.55%-
XYZ40.5346.0135.6-
YUV178.02112.19125.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=34.31%
G=36.27%
B=29.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851500.0500.190.2777.142065.69
HexAFB99650131B4d1442
Octal25727122650233311524102
Binary101011111011100110010110101010011110111001101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB996; }

 p { color: rgb(175,185,150); }

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

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

 a { background-color: rgb(175,185,150); }

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

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

 span { border-color: rgb(175,185,150); }

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