#AFBD9B

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

Shades of Sprout #AFBD9B

Tints of Sprout #AFBD9B

Color information

#AFBD9B (or 0xAFBD9B) is unknown color: approx Sprout. HEX triplet: AF, BD and 9B. RGB value is (175,189,155). Sum of RGB (Red+Green+Blue) = 175+189+155=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD9B is #504264. Grayscale: #B5B5B5. Windows color (decimal): -5259877 or 10206639. OLE color: 10206639.

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

Color convert

RGB175189155-
CMYK0.0700.180.26
HSL84.71º20.48%67.45%-
HSV(B)84.71º17.99%74.12%-
XYZ41.7947.8838.05-
YUV180.94113.36123.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=33.72%
G=36.42%
B=29.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891550.0700.180.2684.7120.4867.45
HexAFBD9B70121A551443
Octal25727523370223212524103
Binary101011111011110110011011111010010110101010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD9B; }

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

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

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

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

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

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

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

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