#AFC69B

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

Shades of Sprout #AFC69B

Tints of Sprout #AFC69B

Color information

#AFC69B (or 0xAFC69B) is unknown color: approx Sprout. HEX triplet: AF, C6 and 9B. RGB value is (175,198,155). Sum of RGB (Red+Green+Blue) = 175+198+155=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69B is #503964. Grayscale: #BABABA. Windows color (decimal): -5257573 or 10208943. OLE color: 10208943.

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

Color convert

RGB175198155-
CMYK0.1200.220.22
HSL92.09º27.39%69.22%-
HSV(B)92.09º21.72%77.65%-
XYZ43.7951.8738.71-
YUV186.22110.38120-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=33.14%
G=37.5%
B=29.36%

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
Decimal1751981550.1200.220.2292.0927.3969.22
HexAFC69BC016165c1b45
Octal257306233140262613433105
Binary1010111111000110100110111100010110101101011100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC69B; }

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

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

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

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

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

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

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

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