#AFBB9A

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

Shades of Green Spring #AFBB9A

Tints of Green Spring #AFBB9A

Color information

#AFBB9A (or 0xAFBB9A) is unknown color: approx Green Spring. HEX triplet: AF, BB and 9A. RGB value is (175,187,154). Sum of RGB (Red+Green+Blue) = 175+187+154=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB9A is #504465. Grayscale: #B3B3B3. Windows color (decimal): -5260390 or 10140591. OLE color: 10140591.

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

Color convert

RGB175187154-
CMYK0.0600.180.27
HSL81.82º19.53%66.86%-
HSV(B)81.82º17.65%73.33%-
XYZ41.2846.9937.47-
YUV179.65113.52124.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=33.91%
G=36.24%
B=29.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871540.0600.180.2781.8219.5366.86
HexAFBB9A60121B521443
Octal25727323260223312224103
Binary101011111011101110011010110010010110111010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB9A; }

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

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

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

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

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

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

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

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