Html Css Color HEX #A6C686 Norway

📋 copy color: '#A6C686'

red 166 ◦ green 198 ◦ blue 134

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

Shades of Norway #A6C686

Tints of Norway #A6C686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.76%

 BLUE value IS 134 (52.73% from 255) = 26.91%

R = 33.33%
G = 39.76%
B = 26.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#A6C686 (or 0xA6C686) is known color: Norway. HEX triplet: A6, C6 and 86. RGB value is (166,198,134). Sum of RGB (Red+Green+Blue) = 166+198+134=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C686 is #593979. Grayscale: #B5B5B5. Windows color (decimal): -5847418 or 8832678. OLE color: 8832678.

HSL color Cylindrical-coordinate representation of color #A6C686: hue angle of 90º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6C686 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 134 -
CMYK 0.16 0 0.32 0.22
HSL 90º 0.36% 0.65% -
HSV(B) 90º 0.32% 0.78% -
XYZ 40.22 50.22 30.13 -
YUV 181.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 166 198 134 0.16 0 0.32 0.22 90 0.36 0.65
Hex A6 C6 86 10 0 20 16 5A 24 41
Octal 246 306 206 20 0 40 26 132 44 101
Binary 10100110 11000110 10000110 10000 0 100000 10110 1011010 100100 1000001

Color Harmonies of #A6C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C686

Black with #A6C686

Text Example


Text Example

White with #A6C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C686; }

 p { color: rgb(166,198,134); }

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

background-color css

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

 a { background-color: rgb(166,198,134); }

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

border-color css

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

 span { border-color: rgb(166,198,134); }

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