#AFBB9B

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

Shades of Green Spring #AFBB9B

Tints of Green Spring #AFBB9B

Color information

#AFBB9B (or 0xAFBB9B) is unknown color: approx Green Spring. HEX triplet: AF, BB and 9B. RGB value is (175,187,155). Sum of RGB (Red+Green+Blue) = 175+187+155=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB9B is #504464. Grayscale: #B3B3B3. Windows color (decimal): -5260389 or 10206127. OLE color: 10206127.

HSL color Cylindrical-coordinate representation of color #AFBB9B: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBB9B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB175187155-
CMYK0.0600.170.27
HSL82.5º19.05%67.06%-
HSV(B)82.5º17.11%73.33%-
XYZ41.3747.0237.91-
YUV179.76114.02124.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=33.85%
G=36.17%
B=29.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871550.0600.170.2782.519.0567.06
HexAFBB9B60111B521343
Octal25727323360213312223103
Binary101011111011101110011011110010001110111010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB9B; }

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

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

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

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

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

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

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

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