#A6B28D

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

Shades of Green Spring #A6B28D

Tints of Green Spring #A6B28D

Color information

#A6B28D (or 0xA6B28D) is unknown color: approx Green Spring. HEX triplet: A6, B2 and 8D. RGB value is (166,178,141). Sum of RGB (Red+Green+Blue) = 166+178+141=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B28D is #594D72. Grayscale: #AAAAAA. Windows color (decimal): -5852531 or 9286310. OLE color: 9286310.

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

Color convert

RGB166178141-
CMYK0.0700.210.30
HSL79.46º19.37%62.55%-
HSV(B)79.46º20.79%69.8%-
XYZ36.4541.8731.36-
YUV170.19111.52125.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=34.23%
G=36.70%
B=29.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661781410.0700.210.3079.4619.3762.55
HexA6B28D70151E4f133f
Octal2462622157025361172377
Binary10100110101100101000110111101010111110100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B28D; }

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

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

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

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

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

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

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

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