#AFB999

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

Shades of Green Spring #AFB999

Tints of Green Spring #AFB999

Color information

#AFB999 (or 0xAFB999) is unknown color: approx Green Spring. HEX triplet: AF, B9 and 99. RGB value is (175,185,153). Sum of RGB (Red+Green+Blue) = 175+185+153=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB999 is #504666. Grayscale: #B2B2B2. Windows color (decimal): -5260903 or 10074543. OLE color: 10074543.

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

Color convert

RGB175185153-
CMYK0.0500.170.27
HSL78.75º18.6%66.27%-
HSV(B)78.75º17.3%72.55%-
XYZ40.7846.1136.89-
YUV178.36113.69125.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 153 (60.16% from 255) = 29.82%
R=34.11%
G=36.06%
B=29.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851530.0500.170.2778.7518.666.27
HexAFB99950111B4f1342
Octal25727123150213311723102
Binary101011111011100110011001101010001110111001111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB999; }

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

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

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

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

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

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

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

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