#AFBC9F

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

Shades of Sprout #AFBC9F

Tints of Sprout #AFBC9F

Color information

#AFBC9F (or 0xAFBC9F) is unknown color: approx Sprout. HEX triplet: AF, BC and 9F. RGB value is (175,188,159). Sum of RGB (Red+Green+Blue) = 175+188+159=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC9F is #504360. Grayscale: #B4B4B4. Windows color (decimal): -5260129 or 10468527. OLE color: 10468527.

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

Color convert

RGB175188159-
CMYK0.0700.150.26
HSL86.9º17.79%68.04%-
HSV(B)86.9º15.43%73.73%-
XYZ41.9247.5839.78-
YUV180.81115.69123.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=33.52%
G=36.02%
B=30.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881590.0700.150.2686.917.7968.04
HexAFBC9F70F1A571244
Octal25727423770173212722104
Binary10101111101111001001111111101111110101010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC9F; }

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

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

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

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

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

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

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

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