#AFB29B

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

Shades of Green Spring #AFB29B

Tints of Green Spring #AFB29B

Color information

#AFB29B (or 0xAFB29B) is unknown color: approx Green Spring. HEX triplet: AF, B2 and 9B. RGB value is (175,178,155). Sum of RGB (Red+Green+Blue) = 175+178+155=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB29B is #504D64. Grayscale: #AEAEAE. Windows color (decimal): -5262693 or 10203823. OLE color: 10203823.

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

Color convert

RGB175178155-
CMYK0.0200.130.30
HSL67.83º12.99%65.29%-
HSV(B)67.83º12.92%69.8%-
XYZ39.5243.3237.29-
YUV174.48117.01128.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=34.45%
G=35.04%
B=30.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781550.0200.130.3067.8312.9965.29
HexAFB29B20D1E44d41
Octal25726223320153610415101
Binary101011111011001010011011100110111110100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB29B; }

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

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

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

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

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

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

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

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