#AFC49B

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

Shades of Sprout #AFC49B

Tints of Sprout #AFC49B

Color information

#AFC49B (or 0xAFC49B) is unknown color: approx Sprout. HEX triplet: AF, C4 and 9B. RGB value is (175,196,155). Sum of RGB (Red+Green+Blue) = 175+196+155=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC49B is #503B64. Grayscale: #B9B9B9. Windows color (decimal): -5258085 or 10208431. OLE color: 10208431.

HSL color Cylindrical-coordinate representation of color #AFC49B: hue angle of 90.73º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFC49B is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB175196155-
CMYK0.1100.210.23
HSL90.73º25.79%68.82%-
HSV(B)90.73º20.92%76.86%-
XYZ43.3450.9638.56-
YUV185.05111.04120.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 155 (60.94% from 255) = 29.47%
R=33.27%
G=37.26%
B=29.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961550.1100.210.2390.7325.7968.82
HexAFC49BB015175b1a45
Octal257304233130252713332105
Binary1010111111000100100110111011010101101111011011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC49B; }

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

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

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

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

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

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

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

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