Html Css Color HEX #A6C286 Norway

📋 copy color: '#A6C286'

red 166 ◦ green 194 ◦ blue 134

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

Shades of Norway #A6C286

Tints of Norway #A6C286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.27%

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

R = 33.6%
G = 39.27%
B = 27.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#A6C286 (or 0xA6C286) is known color: Norway. HEX triplet: A6, C2 and 86. RGB value is (166,194,134). Sum of RGB (Red+Green+Blue) = 166+194+134=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C286 is #593D79. Grayscale: #B3B3B3. Windows color (decimal): -5848442 or 8831654. OLE color: 8831654.

HSL color Cylindrical-coordinate representation of color #A6C286: hue angle of 88º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C286 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 194 134 -
CMYK 0.14 0 0.31 0.24
HSL 88º 0.33% 0.64% -
HSV(B) 88º 0.31% 0.76% -
XYZ 39.32 48.41 29.83 -
YUV 178.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 166 194 134 0.14 0 0.31 0.24 88 0.33 0.64
Hex A6 C2 86 E 0 1F 18 58 21 40
Octal 246 302 206 16 0 37 30 130 41 100
Binary 10100110 11000010 10000110 1110 0 11111 11000 1011000 100001 1000000

Color Harmonies of #A6C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C286

Black with #A6C286

Text Example


Text Example

White with #A6C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C286; }

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

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

background-color css

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

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

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

border-color css

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

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

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