Html Css Color HEX #A6C194 Norway

📋 copy color: '#A6C194'

red 166 ◦ green 193 ◦ blue 148

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

Shades of Norway #A6C194

Tints of Norway #A6C194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 32.74%
G = 38.07%
B = 29.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A6C194 (or 0xA6C194) is known color: Norway. HEX triplet: A6, C1 and 94. RGB value is (166,193,148). Sum of RGB (Red+Green+Blue) = 166+193+148=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C194 is #593E6B. Grayscale: #B3B3B3. Windows color (decimal): -5848684 or 9748902. OLE color: 9748902.

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

Color convert

RGB 166 193 148 -
CMYK 0.14 0 0.23 0.24
HSL 96º 0.27% 0.67% -
HSV(B) 96º 0.23% 0.76% -
XYZ 40.14 48.39 35.24 -
YUV 179.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 166 193 148 0.14 0 0.23 0.24 96 0.27 0.67
Hex A6 C1 94 E 0 17 18 60 1B 43
Octal 246 301 224 16 0 27 30 140 33 103
Binary 10100110 11000001 10010100 1110 0 10111 11000 1100000 11011 1000011

Color Harmonies of #A6C194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C194

Black with #A6C194

Text Example


Text Example

White with #A6C194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C194; }

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

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

background-color css

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

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

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

border-color css

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

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

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