#AFB796

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

Shades of Green Spring #AFB796

Tints of Green Spring #AFB796

Color information

#AFB796 (or 0xAFB796) is unknown color: approx Green Spring. HEX triplet: AF, B7 and 96. RGB value is (175,183,150). Sum of RGB (Red+Green+Blue) = 175+183+150=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB796 is #504869. Grayscale: #B0B0B0. Windows color (decimal): -5261418 or 9877423. OLE color: 9877423.

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

Color convert

RGB175183150-
CMYK0.0400.180.28
HSL74.55º18.64%65.29%-
HSV(B)74.55º18.03%71.76%-
XYZ40.1245.1835.46-
YUV176.85112.85126.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=34.45%
G=36.02%
B=29.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831500.0400.180.2874.5518.6465.29
HexAFB79640121C4b1341
Octal25726722640223411323101
Binary101011111011011110010110100010010111001001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB796; }

 p { color: rgb(175,183,150); }

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

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

 a { background-color: rgb(175,183,150); }

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

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

 span { border-color: rgb(175,183,150); }

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