Html Css Color HEX #A6B28C Green Spring

📋 copy color: '#A6B28C'

red 166 ◦ green 178 ◦ blue 140

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

Shades of Green Spring #A6B28C

Tints of Green Spring #A6B28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 34.3%
G = 36.78%
B = 28.93%

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

#A6B28C (or 0xA6B28C) is known color: Green Spring. HEX triplet: A6, B2 and 8C. RGB value is (166,178,140). Sum of RGB (Red+Green+Blue) = 166+178+140=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B28C is #594D73. Grayscale: #AAAAAA. Windows color (decimal): -5852532 or 9220774. OLE color: 9220774.

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

Color convert

RGB 166 178 140 -
CMYK 0.07 0 0.21 0.30
HSL 78.95º 0.2% 0.62% -
HSV(B) 78.95º 0.21% 0.7% -
XYZ 36.38 41.84 30.97 -
YUV 170.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 166 178 140 0.07 0 0.21 0.30 78.95 0.2 0.62
Hex A6 B2 8C 7 0 15 1E 4F 14 3E
Octal 246 262 214 7 0 25 36 117 24 76
Binary 10100110 10110010 10001100 111 0 10101 11110 1001111 10100 111110

Color Harmonies of #A6B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B28C

Black with #A6B28C

Text Example


Text Example

White with #A6B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B28C; }

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

 H1.HeaderClassName
 {
   color: #A6B28C;
 }
 .AnyTagClassName
 {
   color: #A6B28C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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