#AFB598

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

Shades of Green Spring #AFB598

Tints of Green Spring #AFB598

Color information

#AFB598 (or 0xAFB598) is unknown color: approx Green Spring. HEX triplet: AF, B5 and 98. RGB value is (175,181,152). Sum of RGB (Red+Green+Blue) = 175+181+152=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB598 is #504A67. Grayscale: #B0B0B0. Windows color (decimal): -5261928 or 10007983. OLE color: 10007983.

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

Color convert

RGB175181152-
CMYK0.0300.160.29
HSL72.41º16.38%65.29%-
HSV(B)72.41º16.02%70.98%-
XYZ39.8744.4336.18-
YUV175.9114.51127.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 181 (71.09% from 255) = 35.63%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=34.45%
G=35.63%
B=29.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811520.0300.160.2972.4116.3865.29
HexAFB59830101D481041
Octal25726523030203511020101
Binary10101111101101011001100011010000111011001000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB598; }

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

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

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

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

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

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

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

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