#AFC89B

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

Shades of Sprout #AFC89B

Tints of Sprout #AFC89B

Color information

#AFC89B (or 0xAFC89B) is unknown color: approx Sprout. HEX triplet: AF, C8 and 9B. RGB value is (175,200,155). Sum of RGB (Red+Green+Blue) = 175+200+155=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89B is #503764. Grayscale: #BBBBBB. Windows color (decimal): -5257061 or 10209455. OLE color: 10209455.

HSL color Cylindrical-coordinate representation of color #AFC89B: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC89B is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB175200155-
CMYK0.1200.220.22
HSL93.33º29.03%69.61%-
HSV(B)93.33º22.5%78.43%-
XYZ44.2552.7938.87-
YUV187.4109.72119.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=33.02%
G=37.74%
B=29.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001550.1200.220.2293.3329.0369.61
HexAFC89BC016165d1d46
Octal257310233140262613535106
Binary1010111111001000100110111100010110101101011101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC89B; }

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

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

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

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

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

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

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

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