#AFB599

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

Shades of Green Spring #AFB599

Tints of Green Spring #AFB599

Color information

#AFB599 (or 0xAFB599) is unknown color: approx Green Spring. HEX triplet: AF, B5 and 99. RGB value is (175,181,153). Sum of RGB (Red+Green+Blue) = 175+181+153=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB599 is #504A66. Grayscale: #B0B0B0. Windows color (decimal): -5261927 or 10073519. OLE color: 10073519.

HSL color Cylindrical-coordinate representation of color #AFB599: hue angle of 72.86º degrees, saturation: 0.16, 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 #AFB599 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB175181153-
CMYK0.0300.150.29
HSL72.86º15.91%65.49%-
HSV(B)72.86º15.47%70.98%-
XYZ39.9544.4636.61-
YUV176.01115.01127.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=34.38%
G=35.56%
B=30.06%

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
Decimal1751811530.0300.150.2972.8615.9165.49
HexAFB59930F1D491041
Octal25726523130173511120101
Binary1010111110110101100110011101111111011001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB599; }

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

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

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

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

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

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

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

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