#A8C699

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

Shades of Spring Rain #A8C699

Tints of Spring Rain #A8C699

Color information

#A8C699 (or 0xA8C699) is unknown color: approx Spring Rain. HEX triplet: A8, C6 and 99. RGB value is (168,198,153). Sum of RGB (Red+Green+Blue) = 168+198+153=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C699 is #573966. Grayscale: #B8B8B8. Windows color (decimal): -5716327 or 10077864. OLE color: 10077864.

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

Color convert

RGB168198153-
CMYK0.1500.230.22
HSL100º28.3%68.82%-
HSV(B)100º22.73%77.65%-
XYZ42.0951.0137.76-
YUV183.9110.56116.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=32.37%
G=38.15%
B=29.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981530.1500.230.2210028.368.82
HexA8C699F01716641c45
Octal250306231170272614434105
Binary1010100011000110100110011111010111101101100100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C699; }

 p { color: rgb(168,198,153); }

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

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

 a { background-color: rgb(168,198,153); }

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

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

 span { border-color: rgb(168,198,153); }

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