#A4B999

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

Shades of Spring Rain #A4B999

Tints of Spring Rain #A4B999

Color information

#A4B999 (or 0xA4B999) is unknown color: approx Spring Rain. HEX triplet: A4, B9 and 99. RGB value is (164,185,153). Sum of RGB (Red+Green+Blue) = 164+185+153=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B999 is #5B4666. Grayscale: #AFAFAF. Windows color (decimal): -5981799 or 10074532. OLE color: 10074532.

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

Color convert

RGB164185153-
CMYK0.1100.170.27
HSL99.37º18.6%66.27%-
HSV(B)99.37º17.3%72.55%-
XYZ38.4144.8936.78-
YUV175.07115.54120.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=32.67%
G=36.85%
B=30.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851530.1100.170.2799.3718.666.27
HexA4B999B0111B631342
Octal244271231130213314323102
Binary1010010010111001100110011011010001110111100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B999; }

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

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

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

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

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

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

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

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