#AFB59B

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

Shades of Green Spring #AFB59B

Tints of Green Spring #AFB59B

Color information

#AFB59B (or 0xAFB59B) is unknown color: approx Green Spring. HEX triplet: AF, B5 and 9B. RGB value is (175,181,155). Sum of RGB (Red+Green+Blue) = 175+181+155=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB59B is #504A64. Grayscale: #B0B0B0. Windows color (decimal): -5261925 or 10204591. OLE color: 10204591.

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

Color convert

RGB175181155-
CMYK0.0300.140.29
HSL73.85º14.94%65.88%-
HSV(B)73.85º14.36%70.98%-
XYZ40.1244.5337.49-
YUV176.24116.01127.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 181 (71.09% from 255) = 35.42%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=34.25%
G=35.42%
B=30.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811550.0300.140.2973.8514.9465.88
HexAFB59B30E1D4af42
Octal25726523330163511217102
Binary101011111011010110011011110111011101100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB59B; }

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

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

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

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

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

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

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

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