#AFB997

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

Shades of Green Spring #AFB997

Tints of Green Spring #AFB997

Color information

#AFB997 (or 0xAFB997) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 97. RGB value is (175,185,151). Sum of RGB (Red+Green+Blue) = 175+185+151=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB997 is #504668. Grayscale: #B2B2B2. Windows color (decimal): -5260905 or 9943471. OLE color: 9943471.

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

Color convert

RGB175185151-
CMYK0.0500.180.27
HSL77.65º19.54%65.88%-
HSV(B)77.65º18.38%72.55%-
XYZ40.6146.0536.03-
YUV178.13112.69125.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 36.20%
BLUE value IS 151 (59.38% from 255) = 29.55%
R=34.25%
G=36.20%
B=29.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851510.0500.180.2777.6519.5465.88
HexAFB99750121B4e1442
Octal25727122750223311624102
Binary101011111011100110010111101010010110111001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB997; }

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

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

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

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

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

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

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

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