#A6CA9B

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

Shades of Spring Rain #A6CA9B

Tints of Spring Rain #A6CA9B

Color information

#A6CA9B (or 0xA6CA9B) is unknown color: approx Spring Rain. HEX triplet: A6, CA and 9B. RGB value is (166,202,155). Sum of RGB (Red+Green+Blue) = 166+202+155=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CA9B is #593564. Grayscale: #BABABA. Windows color (decimal): -5846373 or 10209958. OLE color: 10209958.

HSL color Cylindrical-coordinate representation of color #A6CA9B: hue angle of 105.96º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6CA9B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB166202155-
CMYK0.1800.230.21
HSL105.96º30.72%70%-
HSV(B)105.96º23.27%79.22%-
XYZ42.7652.7138.93-
YUV185.88110.57113.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=31.74%
G=38.62%
B=29.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021550.1800.230.21105.9630.7270
HexA6CA9B12017156a1f46
Octal246312233220272515237106
Binary10100110110010101001101110010010111101011101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CA9B; }

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

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

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

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

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

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

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

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