#AAC992

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

Shades of Norway #AAC992

Tints of Norway #AAC992

Color information

#AAC992 (or 0xAAC992) is unknown color: approx Norway. HEX triplet: AA, C9 and 92. RGB value is (170,201,146). Sum of RGB (Red+Green+Blue) = 170+201+146=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC992 is #55366D. Grayscale: #B9B9B9. Windows color (decimal): -5584494 or 9619882. OLE color: 9619882.

HSL color Cylindrical-coordinate representation of color #AAC992: hue angle of 93.82º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC992 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB170201146-
CMYK0.1500.270.21
HSL93.82º33.74%68.04%-
HSV(B)93.82º27.36%78.82%-
XYZ42.6552.3935.06-
YUV185.46105.73116.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=32.88%
G=38.88%
B=28.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011460.1500.270.2193.8233.7468.04
HexAAC992F01B155e2244
Octal252311222170332513642104
Binary10101010110010011001001011110110111010110111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC992; }

 p { color: rgb(170,201,146); }

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

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

 a { background-color: rgb(170,201,146); }

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

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

 span { border-color: rgb(170,201,146); }

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