#AFB499

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

Shades of Green Spring #AFB499

Tints of Green Spring #AFB499

Color information

#AFB499 (or 0xAFB499) is unknown color: approx Green Spring. HEX triplet: AF, B4 and 99. RGB value is (175,180,153). Sum of RGB (Red+Green+Blue) = 175+180+153=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB499 is #504B66. Grayscale: #AFAFAF. Windows color (decimal): -5262183 or 10073263. OLE color: 10073263.

HSL color Cylindrical-coordinate representation of color #AFB499: hue angle of 71.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB499 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB175180153-
CMYK0.0300.150.29
HSL71.11º15.25%65.29%-
HSV(B)71.11º15%70.59%-
XYZ39.7544.0636.55-
YUV175.43115.34127.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=34.45%
G=35.43%
B=30.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801530.0300.150.2971.1115.2565.29
HexAFB49930F1D47f41
Octal25726423130173510717101
Binary101011111011010010011001110111111101100011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB499; }

 p { color: rgb(175,180,153); }

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

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

 a { background-color: rgb(175,180,153); }

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

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

 span { border-color: rgb(175,180,153); }

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