#AFBE9D

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

Shades of Sprout #AFBE9D

Tints of Sprout #AFBE9D

Color information

#AFBE9D (or 0xAFBE9D) is unknown color: approx Sprout. HEX triplet: AF, BE and 9D. RGB value is (175,190,157). Sum of RGB (Red+Green+Blue) = 175+190+157=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE9D is #504162. Grayscale: #B5B5B5. Windows color (decimal): -5259619 or 10337967. OLE color: 10337967.

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

Color convert

RGB175190157-
CMYK0.0800.170.25
HSL87.27º20.25%68.04%-
HSV(B)87.27º17.37%74.51%-
XYZ42.1848.3839.01-
YUV181.75114.03123.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=33.52%
G=36.40%
B=30.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901570.0800.170.2587.2720.2568.04
HexAFBE9D801119571444
Octal257276235100213112724104
Binary1010111110111110100111011000010001110011010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE9D; }

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

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

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

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

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

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

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

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