#AFBD9F

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

Shades of Sprout #AFBD9F

Tints of Sprout #AFBD9F

Color information

#AFBD9F (or 0xAFBD9F) is unknown color: approx Sprout. HEX triplet: AF, BD and 9F. RGB value is (175,189,159). Sum of RGB (Red+Green+Blue) = 175+189+159=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9F is #504260. Grayscale: #B5B5B5. Windows color (decimal): -5259873 or 10468783. OLE color: 10468783.

HSL color Cylindrical-coordinate representation of color #AFBD9F: hue angle of 88º 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 #AFBD9F is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB175189159-
CMYK0.0700.160.26
HSL88º18.52%68.24%-
HSV(B)88º15.87%74.12%-
XYZ42.1348.0139.85-
YUV181.39115.36123.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=33.46%
G=36.14%
B=30.40%

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
Decimal1751891590.0700.160.268818.5268.24
HexAFBD9F70101A581344
Octal25727523770203213023104
Binary101011111011110110011111111010000110101011000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD9F; }

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

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

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

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

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

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

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

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