#AFBA9B

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

Shades of Green Spring #AFBA9B

Tints of Green Spring #AFBA9B

Color information

#AFBA9B (or 0xAFBA9B) is unknown color: approx Green Spring. HEX triplet: AF, BA and 9B. RGB value is (175,186,155). Sum of RGB (Red+Green+Blue) = 175+186+155=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA9B is #504564. Grayscale: #B3B3B3. Windows color (decimal): -5260645 or 10205871. OLE color: 10205871.

HSL color Cylindrical-coordinate representation of color #AFBA9B: hue angle of 81.29º degrees, saturation: 0.18, 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 #AFBA9B is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB175186155-
CMYK0.0600.170.27
HSL81.29º18.34%66.86%-
HSV(B)81.29º16.67%72.94%-
XYZ41.1546.637.84-
YUV179.18114.36125.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=33.91%
G=36.05%
B=30.04%

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
Decimal1751861550.0600.170.2781.2918.3466.86
HexAFBA9B60111B511243
Octal25727223360213312122103
Binary101011111011101010011011110010001110111010001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA9B; }

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

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

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

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

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

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

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

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