#A6BA9B

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

Shades of Spring Rain #A6BA9B

Tints of Spring Rain #A6BA9B

Color information

#A6BA9B (or 0xA6BA9B) is unknown color: approx Spring Rain. HEX triplet: A6, BA and 9B. RGB value is (166,186,155). Sum of RGB (Red+Green+Blue) = 166+186+155=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BA9B is #594564. Grayscale: #B0B0B0. Windows color (decimal): -5850469 or 10205862. OLE color: 10205862.

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

Color convert

RGB166186155-
CMYK0.1100.170.27
HSL98.71º18.34%66.86%-
HSV(B)98.71º16.67%72.94%-
XYZ39.245.5937.74-
YUV176.49115.87120.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=32.74%
G=36.69%
B=30.57%

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
Decimal1661861550.1100.170.2798.7118.3466.86
HexA6BA9BB0111B631243
Octal246272233130213314322103
Binary1010011010111010100110111011010001110111100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BA9B; }

 p { color: rgb(166,186,155); }

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

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

 a { background-color: rgb(166,186,155); }

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

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

 span { border-color: rgb(166,186,155); }

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