#A4B998

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

Shades of Spring Rain #A4B998

Tints of Spring Rain #A4B998

Color information

#A4B998 (or 0xA4B998) is unknown color: approx Spring Rain. HEX triplet: A4, B9 and 98. RGB value is (164,185,152). Sum of RGB (Red+Green+Blue) = 164+185+152=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B998 is #5B4667. Grayscale: #AFAFAF. Windows color (decimal): -5981800 or 10008996. OLE color: 10008996.

HSL color Cylindrical-coordinate representation of color #A4B998: hue angle of 98.18º 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 #A4B998 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB164185152-
CMYK0.1100.180.27
HSL98.18º19.08%66.08%-
HSV(B)98.18º17.84%72.55%-
XYZ38.3344.8636.34-
YUV174.96115.04120.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=32.73%
G=36.93%
B=30.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851520.1100.180.2798.1819.0866.08
HexA4B998B0121B621342
Octal244271230130223314223102
Binary1010010010111001100110001011010010110111100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B998; }

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

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

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

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

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

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

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

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