#A1BA98

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

Shades of Spring Rain #A1BA98

Tints of Spring Rain #A1BA98

Color information

#A1BA98 (or 0xA1BA98) is unknown color: approx Spring Rain. HEX triplet: A1, BA and 98. RGB value is (161,186,152). Sum of RGB (Red+Green+Blue) = 161+186+152=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA98 is #5E4567. Grayscale: #AEAEAE. Windows color (decimal): -6178152 or 10009249. OLE color: 10009249.

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

Color convert

RGB161186152-
CMYK0.1300.180.27
HSL104.12º19.77%66.27%-
HSV(B)104.12º18.28%72.94%-
XYZ37.9244.9636.39-
YUV174.65115.22118.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=32.26%
G=37.27%
B=30.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861520.1300.180.27104.1219.7766.27
HexA1BA98D0121B681442
Octal241272230150223315024102
Binary1010000110111010100110001101010010110111101000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA98; }

 p { color: rgb(161,186,152); }

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

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

 a { background-color: rgb(161,186,152); }

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

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

 span { border-color: rgb(161,186,152); }

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