#A8C194

Color #A8C194 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A8C194

Tints of Norway #A8C194

Color information

#A8C194 (or 0xA8C194) is unknown color: approx Norway. HEX triplet: A8, C1 and 94. RGB value is (168,193,148). Sum of RGB (Red+Green+Blue) = 168+193+148=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C194 is #573E6B. Grayscale: #B4B4B4. Windows color (decimal): -5717612 or 9748904. OLE color: 9748904.

HSL color Cylindrical-coordinate representation of color #A8C194: hue angle of 93.33º 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 #A8C194 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB168193148-
CMYK0.1300.230.24
HSL93.33º26.63%66.86%-
HSV(B)93.33º23.32%75.69%-
XYZ40.5648.635.26-
YUV180.4109.72119.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=33.01%
G=37.92%
B=29.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931480.1300.230.2493.3326.6366.86
HexA8C194D017185d1b43
Octal250301224150273013533103
Binary1010100011000001100101001101010111110001011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C194; }

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

 H1.HeaderClassName
 {
   color: #A8C194;
 }
 .AnyTagClassName
 {
   color: #A8C194;
 }
</style>
background-color css

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

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

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

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

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

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