Html Css Color HEX #A6B28E Green Spring

📋 copy color: '#A6B28E'

red 166 ◦ green 178 ◦ blue 142

#A6B28E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #A6B28E

Tints of Green Spring #A6B28E

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 value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#A6B28E (or 0xA6B28E) is known color: 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

RGB 166 178 142 -
CMYK 0.07 0 0.20 0.30
HSL 80º 0.19% 0.63% -
HSV(B) 80º 0.2% 0.7% -
XYZ 36.53 41.9 31.75 -
YUV 170.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 166 178 142 0.07 0 0.20 0.30 80 0.19 0.63
Hex A6 B2 8E 7 0 14 1E 50 13 3F
Octal 246 262 216 7 0 24 36 120 23 77
Binary 10100110 10110010 10001110 111 0 10100 11110 1010000 10011 111111

Color Harmonies of #A6B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B28E

Black with #A6B28E

Text Example


Text Example

White with #A6B28E

Text Example


Text Example

HTML Codes & Css Web 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>