#A3B998

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

Shades of Spring Rain #A3B998

Tints of Spring Rain #A3B998

Color information

#A3B998 (or 0xA3B998) is unknown color: approx Spring Rain. HEX triplet: A3, B9 and 98. RGB value is (163,185,152). Sum of RGB (Red+Green+Blue) = 163+185+152=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B998 is #5C4667. Grayscale: #AEAEAE. Windows color (decimal): -6047336 or 10008995. OLE color: 10008995.

HSL color Cylindrical-coordinate representation of color #A3B998: hue angle of 100º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B998 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB163185152-
CMYK0.1200.180.27
HSL100º19.08%66.08%-
HSV(B)100º17.84%72.55%-
XYZ38.1244.7536.33-
YUV174.66115.21119.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=32.6%
G=37%
B=30.4%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851520.1200.180.2710019.0866.08
HexA3B998C0121B641342
Octal243271230140223314423102
Binary1010001110111001100110001100010010110111100100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B998; }

 p { color: rgb(163,185,152); }

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

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

 a { background-color: rgb(163,185,152); }

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

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

 span { border-color: rgb(163,185,152); }

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