#AFBA96

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

Shades of Green Spring #AFBA96

Tints of Green Spring #AFBA96

Color information

#AFBA96 (or 0xAFBA96) is unknown color: approx Green Spring. HEX triplet: AF, BA and 96. RGB value is (175,186,150). Sum of RGB (Red+Green+Blue) = 175+186+150=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA96 is #504569. Grayscale: #B2B2B2. Windows color (decimal): -5260650 or 9878191. OLE color: 9878191.

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

Color convert

RGB175186150-
CMYK0.0600.190.27
HSL78.33º20.69%65.88%-
HSV(B)78.33º19.35%72.94%-
XYZ40.7446.4335.67-
YUV178.61111.86125.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=34.25%
G=36.40%
B=29.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861500.0600.190.2778.3320.6965.88
HexAFBA9660131B4e1542
Octal25727222660233311625102
Binary101011111011101010010110110010011110111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA96; }

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

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

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

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

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

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

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

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