#AFBA9C

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

Shades of Green Spring #AFBA9C

Tints of Green Spring #AFBA9C

Color information

#AFBA9C (or 0xAFBA9C) is unknown color: approx Green Spring. HEX triplet: AF, BA and 9C. RGB value is (175,186,156). Sum of RGB (Red+Green+Blue) = 175+186+156=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9C is #504563. Grayscale: #B3B3B3. Windows color (decimal): -5260644 or 10271407. OLE color: 10271407.

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

Color convert

RGB175186156-
CMYK0.0600.160.27
HSL82º17.86%67.06%-
HSV(B)82º16.13%72.94%-
XYZ41.2446.6338.28-
YUV179.29114.86124.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=33.85%
G=35.98%
B=30.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861560.0600.160.278217.8667.06
HexAFBA9C60101B521243
Octal25727223460203312222103
Binary101011111011101010011100110010000110111010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA9C; }

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

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

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

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

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

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

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

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