#AFB993

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

Shades of Green Spring #AFB993

Tints of Green Spring #AFB993

Color information

#AFB993 (or 0xAFB993) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 93. RGB value is (175,185,147). Sum of RGB (Red+Green+Blue) = 175+185+147=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB993 is #50466C. Grayscale: #B1B1B1. Windows color (decimal): -5260909 or 9681327. OLE color: 9681327.

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

Color convert

RGB175185147-
CMYK0.0500.210.27
HSL75.79º21.35%65.1%-
HSV(B)75.79º20.54%72.55%-
XYZ40.2945.9234.34-
YUV177.68110.69126.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=34.52%
G=36.49%
B=28.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851470.0500.210.2775.7921.3565.1
HexAFB99350151B4c1541
Octal25727122350253311425101
Binary101011111011100110010011101010101110111001100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB993; }

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

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

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

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

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

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

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

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