#AFBA93

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

Shades of Green Spring #AFBA93

Tints of Green Spring #AFBA93

Color information

#AFBA93 (or 0xAFBA93) is unknown color: approx Green Spring. HEX triplet: AF, BA and 93. RGB value is (175,186,147). Sum of RGB (Red+Green+Blue) = 175+186+147=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA93 is #50456C. Grayscale: #B2B2B2. Windows color (decimal): -5260653 or 9681583. OLE color: 9681583.

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

Color convert

RGB175186147-
CMYK0.0600.210.27
HSL76.92º22.03%65.29%-
HSV(B)76.92º20.97%72.94%-
XYZ40.546.3434.41-
YUV178.26110.36125.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=34.45%
G=36.61%
B=28.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861470.0600.210.2776.9222.0365.29
HexAFBA9360151B4d1641
Octal25727222360253311526101
Binary101011111011101010010011110010101110111001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA93; }

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

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

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

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

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

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

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

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