#AFBC99

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

Shades of Green Spring #AFBC99

Tints of Green Spring #AFBC99

Color information

#AFBC99 (or 0xAFBC99) is unknown color: approx Green Spring. HEX triplet: AF, BC and 99. RGB value is (175,188,153). Sum of RGB (Red+Green+Blue) = 175+188+153=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC99 is #504366. Grayscale: #B4B4B4. Windows color (decimal): -5260135 or 10075311. OLE color: 10075311.

HSL color Cylindrical-coordinate representation of color #AFBC99: hue angle of 82.29º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFBC99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB175188153-
CMYK0.0700.190.26
HSL82.29º20.71%66.86%-
HSV(B)82.29º18.62%73.73%-
XYZ41.4147.3837.1-
YUV180.12112.69124.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=33.91%
G=36.43%
B=29.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881530.0700.190.2682.2920.7166.86
HexAFBC9970131A521543
Octal25727423170233212225103
Binary101011111011110010011001111010011110101010010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC99; }

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

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

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

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

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

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

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

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