#AFBA95

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

Shades of Green Spring #AFBA95

Tints of Green Spring #AFBA95

Color information

#AFBA95 (or 0xAFBA95) is unknown color: approx Green Spring. HEX triplet: AF, BA and 95. RGB value is (175,186,149). Sum of RGB (Red+Green+Blue) = 175+186+149=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA95 is #50456A. Grayscale: #B2B2B2. Windows color (decimal): -5260651 or 9812655. OLE color: 9812655.

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

Color convert

RGB175186149-
CMYK0.0600.200.27
HSL77.84º21.14%65.69%-
HSV(B)77.84º19.89%72.94%-
XYZ40.6646.435.25-
YUV178.49111.36125.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=34.31%
G=36.47%
B=29.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861490.0600.200.2777.8421.1465.69
HexAFBA9560141B4e1542
Octal25727222560243311625102
Binary101011111011101010010101110010100110111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA95; }

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

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

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

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

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

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

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

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