#AAC198

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

Shades of Norway #AAC198

Tints of Norway #AAC198

Color information

#AAC198 (or 0xAAC198) is unknown color: approx Norway. HEX triplet: AA, C1 and 98. RGB value is (170,193,152). Sum of RGB (Red+Green+Blue) = 170+193+152=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC198 is #553E67. Grayscale: #B5B5B5. Windows color (decimal): -5586536 or 10011050. OLE color: 10011050.

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

Color convert

RGB170193152-
CMYK0.1200.210.24
HSL93.66º24.85%67.65%-
HSV(B)93.66º21.24%75.69%-
XYZ41.3248.9536.98-
YUV181.45111.38119.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=33.01%
G=37.48%
B=29.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931520.1200.210.2493.6624.8567.65
HexAAC198C015185e1944
Octal252301230140253013631104
Binary1010101011000001100110001100010101110001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC198; }

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

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

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

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

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

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

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

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