#A6B28E

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

Shades of Green Spring #A6B28E

Tints of Green Spring #A6B28E

Color information

#A6B28E (or 0xA6B28E) is unknown color: approx Green Spring. HEX triplet: A6, B2 and 8E. RGB value is (166,178,142). Sum of RGB (Red+Green+Blue) = 166+178+142=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B28E is #594D71. Grayscale: #AAAAAA. Windows color (decimal): -5852530 or 9351846. OLE color: 9351846.

HSL color Cylindrical-coordinate representation of color #A6B28E: hue angle of 80º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6B28E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB166178142-
CMYK0.0700.200.30
HSL80º18.95%62.75%-
HSV(B)80º20.22%69.8%-
XYZ36.5341.931.75-
YUV170.31112.02124.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 178 (69.92% from 255) = 36.63%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=34.16%
G=36.63%
B=29.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781420.0700.200.308018.9562.75
HexA6B28E70141E50133f
Octal2462622167024361202377
Binary10100110101100101000111011101010011110101000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B28E; }

 p { color: rgb(166,178,142); }

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

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

 a { background-color: rgb(166,178,142); }

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

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

 span { border-color: rgb(166,178,142); }

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