#A6B194

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

Shades of Green Spring #A6B194

Tints of Green Spring #A6B194

Color information

#A6B194 (or 0xA6B194) is unknown color: approx Green Spring. HEX triplet: A6, B1 and 94. RGB value is (166,177,148). Sum of RGB (Red+Green+Blue) = 166+177+148=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B194 is #594E6B. Grayscale: #AAAAAA. Windows color (decimal): -5852780 or 9744806. OLE color: 9744806.

HSL color Cylindrical-coordinate representation of color #A6B194: hue angle of 82.76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6B194 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB166177148-
CMYK0.0600.160.31
HSL82.76º15.68%63.73%-
HSV(B)82.76º16.38%69.41%-
XYZ36.7941.6934.12-
YUV170.41115.36124.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=33.81%
G=36.05%
B=30.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661771480.0600.160.3182.7615.6863.73
HexA6B19460101F531040
Octal24626122460203712320100
Binary101001101011000110010100110010000111111010011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B194; }

 p { color: rgb(166,177,148); }

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

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

 a { background-color: rgb(166,177,148); }

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

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

 span { border-color: rgb(166,177,148); }

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