#AFB897

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

Shades of Green Spring #AFB897

Tints of Green Spring #AFB897

Color information

#AFB897 (or 0xAFB897) is unknown color: approx Green Spring. HEX triplet: AF, B8 and 97. RGB value is (175,184,151). Sum of RGB (Red+Green+Blue) = 175+184+151=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB897 is #504768. Grayscale: #B1B1B1. Windows color (decimal): -5261161 or 9943215. OLE color: 9943215.

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

Color convert

RGB175184151-
CMYK0.0500.180.28
HSL76.36º18.86%65.69%-
HSV(B)76.36º17.93%72.16%-
XYZ40.4145.6335.96-
YUV177.55113.02126.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=34.31%
G=36.08%
B=29.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841510.0500.180.2876.3618.8665.69
HexAFB89750121C4c1342
Octal25727022750223411423102
Binary101011111011100010010111101010010111001001100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB897; }

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

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

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

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

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

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

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

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