Html Css Color HEX #A6B28D Green Spring

📋 copy color: '#A6B28D'

red 166 ◦ green 178 ◦ blue 141

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

Shades of Green Spring #A6B28D

Tints of Green Spring #A6B28D

RGB

 RED value IS 166 (65.23% from 255) = 34.23%

 GREEN value IS 178 (69.92% from 255) = 36.7%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 34.23%
G = 36.7%
B = 29.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

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

RGB 166 178 141 -
CMYK 0.07 0 0.21 0.30
HSL 79.46º 0.19% 0.63% -
HSV(B) 79.46º 0.21% 0.7% -
XYZ 36.45 41.87 31.36 -
YUV 170.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 166 178 141 0.07 0 0.21 0.30 79.46 0.19 0.63
Hex A6 B2 8D 7 0 15 1E 4F 13 3F
Octal 246 262 215 7 0 25 36 117 23 77
Binary 10100110 10110010 10001101 111 0 10101 11110 1001111 10011 111111

Color Harmonies of #A6B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B28D

Black with #A6B28D

Text Example


Text Example

White with #A6B28D

Text Example


Text Example

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