#AFB895

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

Shades of Green Spring #AFB895

Tints of Green Spring #AFB895

Color information

#AFB895 (or 0xAFB895) is unknown color: approx Green Spring. HEX triplet: AF, B8 and 95. RGB value is (175,184,149). Sum of RGB (Red+Green+Blue) = 175+184+149=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB895 is #50476A. Grayscale: #B1B1B1. Windows color (decimal): -5261163 or 9812143. OLE color: 9812143.

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

Color convert

RGB175184149-
CMYK0.0500.190.28
HSL75.43º19.77%65.29%-
HSV(B)75.43º19.02%72.16%-
XYZ40.2445.5635.11-
YUV177.32112.02126.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=34.45%
G=36.22%
B=29.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841490.0500.190.2875.4319.7765.29
HexAFB89550131C4b1441
Octal25727022550233411324101
Binary101011111011100010010101101010011111001001011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB895; }

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

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

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

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

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

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

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

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