#AFC692

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

Shades of Sprout #AFC692

Tints of Sprout #AFC692

Color information

#AFC692 (or 0xAFC692) is unknown color: approx Sprout. HEX triplet: AF, C6 and 92. RGB value is (175,198,146). Sum of RGB (Red+Green+Blue) = 175+198+146=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC692 is #50396D. Grayscale: #B9B9B9. Windows color (decimal): -5257582 or 9619119. OLE color: 9619119.

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

Color convert

RGB175198146-
CMYK0.1200.260.22
HSL86.54º31.33%67.45%-
HSV(B)86.54º26.26%77.65%-
XYZ43.0651.5834.88-
YUV185.2105.88120.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=33.72%
G=38.15%
B=28.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981460.1200.260.2286.5431.3367.45
HexAFC692C01A16571f43
Octal257306222140322612737103
Binary1010111111000110100100101100011010101101010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC692; }

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

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

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

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

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

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

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

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