#AFC892

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

Shades of Sprout #AFC892

Tints of Sprout #AFC892

Color information

#AFC892 (or 0xAFC892) is unknown color: approx Sprout. HEX triplet: AF, C8 and 92. RGB value is (175,200,146). Sum of RGB (Red+Green+Blue) = 175+200+146=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC892 is #50376D. Grayscale: #BABABA. Windows color (decimal): -5257070 or 9619631. OLE color: 9619631.

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

Color convert

RGB175200146-
CMYK0.1200.270.22
HSL87.78º32.93%67.84%-
HSV(B)87.78º27%78.43%-
XYZ43.5252.535.03-
YUV186.37105.22119.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=33.59%
G=38.39%
B=28.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001460.1200.270.2287.7832.9367.84
HexAFC892C01B16582144
Octal257310222140332613041104
Binary10101111110010001001001011000110111011010110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC892; }

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

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

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

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

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

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

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

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