#AFB29C

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

Shades of Green Spring #AFB29C

Tints of Green Spring #AFB29C

Color information

#AFB29C (or 0xAFB29C) is unknown color: approx Green Spring. HEX triplet: AF, B2 and 9C. RGB value is (175,178,156). Sum of RGB (Red+Green+Blue) = 175+178+156=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29C is #504D63. Grayscale: #AEAEAE. Windows color (decimal): -5262692 or 10269359. OLE color: 10269359.

HSL color Cylindrical-coordinate representation of color #AFB29C: hue angle of 68.18º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB29C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB175178156-
CMYK0.0200.120.30
HSL68.18º12.5%65.49%-
HSV(B)68.18º12.36%69.8%-
XYZ39.643.3637.73-
YUV174.59117.51128.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=34.38%
G=34.97%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781560.0200.120.3068.1812.565.49
HexAFB29C20C1E44d41
Octal25726223420143610415101
Binary101011111011001010011100100110011110100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB29C; }

 p { color: rgb(175,178,156); }

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

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

 a { background-color: rgb(175,178,156); }

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

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

 span { border-color: rgb(175,178,156); }

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