#AFBD9C

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

Shades of Sprout #AFBD9C

Tints of Sprout #AFBD9C

Color information

#AFBD9C (or 0xAFBD9C) is unknown color: approx Sprout. HEX triplet: AF, BD and 9C. RGB value is (175,189,156). Sum of RGB (Red+Green+Blue) = 175+189+156=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9C is #504263. Grayscale: #B5B5B5. Windows color (decimal): -5259876 or 10272175. OLE color: 10272175.

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

Color convert

RGB175189156-
CMYK0.0700.170.26
HSL85.45º20%67.65%-
HSV(B)85.45º17.46%74.12%-
XYZ41.8847.9138.49-
YUV181.05113.86123.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 156 (61.33% from 255) = 30%
R=33.65%
G=36.35%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891560.0700.170.2685.452067.65
HexAFBD9C70111A551444
Octal25727523470213212524104
Binary101011111011110110011100111010001110101010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD9C; }

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

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

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

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

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

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

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

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