#AFBE9F

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

Shades of Sprout #AFBE9F

Tints of Sprout #AFBE9F

Color information

#AFBE9F (or 0xAFBE9F) is unknown color: approx Sprout. HEX triplet: AF, BE and 9F. RGB value is (175,190,159). Sum of RGB (Red+Green+Blue) = 175+190+159=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE9F is #504160. Grayscale: #B6B6B6. Windows color (decimal): -5259617 or 10469039. OLE color: 10469039.

HSL color Cylindrical-coordinate representation of color #AFBE9F: hue angle of 89.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFBE9F is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB175190159-
CMYK0.0800.160.25
HSL89.03º19.25%68.43%-
HSV(B)89.03º16.32%74.51%-
XYZ42.3548.4439.92-
YUV181.98115.03123.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 190 (74.61% from 255) = 36.26%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=33.40%
G=36.26%
B=30.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901590.0800.160.2589.0319.2568.43
HexAFBE9F801019591344
Octal257276237100203113123104
Binary1010111110111110100111111000010000110011011001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE9F; }

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

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

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

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

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

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

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

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