#AAC194

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

Shades of Norway #AAC194

Tints of Norway #AAC194

Color information

#AAC194 (or 0xAAC194) is unknown color: approx Norway. HEX triplet: AA, C1 and 94. RGB value is (170,193,148). Sum of RGB (Red+Green+Blue) = 170+193+148=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC194 is #553E6B. Grayscale: #B5B5B5. Windows color (decimal): -5586540 or 9748906. OLE color: 9748906.

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

Color convert

RGB170193148-
CMYK0.1200.230.24
HSL90.67º26.63%66.86%-
HSV(B)90.67º23.32%75.69%-
XYZ40.9948.8235.28-
YUV180.99109.38120.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=33.27%
G=37.77%
B=28.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931480.1200.230.2490.6726.6366.86
HexAAC194C017185b1b43
Octal252301224140273013333103
Binary1010101011000001100101001100010111110001011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC194; }

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

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

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

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

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

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

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

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