#AFBC9D

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

Shades of Sprout #AFBC9D

Tints of Sprout #AFBC9D

Color information

#AFBC9D (or 0xAFBC9D) is unknown color: approx Sprout. HEX triplet: AF, BC and 9D. RGB value is (175,188,157). Sum of RGB (Red+Green+Blue) = 175+188+157=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9D is #504362. Grayscale: #B4B4B4. Windows color (decimal): -5260131 or 10337455. OLE color: 10337455.

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

Color convert

RGB175188157-
CMYK0.0700.160.26
HSL85.16º18.79%67.65%-
HSV(B)85.16º16.49%73.73%-
XYZ41.7547.5138.87-
YUV180.58114.69124.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 157 (61.72% from 255) = 30.19%
R=33.65%
G=36.15%
B=30.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881570.0700.160.2685.1618.7967.65
HexAFBC9D70101A551344
Octal25727423570203212523104
Binary101011111011110010011101111010000110101010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC9D; }

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

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

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

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

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

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

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

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