Html Css Color HEX #A6C191 Norway

📋 copy color: '#A6C191'

red 166 ◦ green 193 ◦ blue 145

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

Shades of Norway #A6C191

Tints of Norway #A6C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 145 (57.03% from 255) = 28.77%

R = 32.94%
G = 38.29%
B = 28.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A6C191 (or 0xA6C191) is known color: Norway. HEX triplet: A6, C1 and 91. RGB value is (166,193,145). Sum of RGB (Red+Green+Blue) = 166+193+145=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C191 is #593E6E. Grayscale: #B3B3B3. Windows color (decimal): -5848687 or 9552294. OLE color: 9552294.

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

Color convert

RGB 166 193 145 -
CMYK 0.14 0 0.25 0.24
HSL 93.75º 0.28% 0.66% -
HSV(B) 93.75º 0.25% 0.76% -
XYZ 39.91 48.29 34.01 -
YUV 179.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 166 193 145 0.14 0 0.25 0.24 93.75 0.28 0.66
Hex A6 C1 91 E 0 19 18 5E 1C 42
Octal 246 301 221 16 0 31 30 136 34 102
Binary 10100110 11000001 10010001 1110 0 11001 11000 1011110 11100 1000010

Color Harmonies of #A6C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C191

Black with #A6C191

Text Example


Text Example

White with #A6C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C191; }

 p { color: rgb(166,193,145); }

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

background-color css

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

 a { background-color: rgb(166,193,145); }

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

border-color css

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

 span { border-color: rgb(166,193,145); }

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