#A8C996

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

Shades of Spring Rain #A8C996

Tints of Spring Rain #A8C996

Color information

#A8C996 (or 0xA8C996) is unknown color: approx Spring Rain. HEX triplet: A8, C9 and 96. RGB value is (168,201,150). Sum of RGB (Red+Green+Blue) = 168+201+150=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C996 is #573669. Grayscale: #B9B9B9. Windows color (decimal): -5715562 or 9882024. OLE color: 9882024.

HSL color Cylindrical-coordinate representation of color #A8C996: hue angle of 98.82º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8C996 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB168201150-
CMYK0.1600.250.21
HSL98.82º32.08%68.82%-
HSV(B)98.82º25.37%78.82%-
XYZ42.5452.336.71-
YUV185.32108.07115.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=32.37%
G=38.73%
B=28.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011500.1600.250.2198.8232.0868.82
HexA8C9961001915632045
Octal250311226200312514340105
Binary101010001100100110010110100000110011010111000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C996; }

 p { color: rgb(168,201,150); }

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

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

 a { background-color: rgb(168,201,150); }

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

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

 span { border-color: rgb(168,201,150); }

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