#AABC92

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

Shades of Norway #AABC92

Tints of Norway #AABC92

Color information

#AABC92 (or 0xAABC92) is unknown color: approx Norway. HEX triplet: AA, BC and 92. RGB value is (170,188,146). Sum of RGB (Red+Green+Blue) = 170+188+146=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC92 is #55436D. Grayscale: #B1B1B1. Windows color (decimal): -5587822 or 9616554. OLE color: 9616554.

HSL color Cylindrical-coordinate representation of color #AABC92: hue angle of 85.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABC92 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB170188146-
CMYK0.1000.220.26
HSL85.71º23.86%65.49%-
HSV(B)85.71º22.34%73.73%-
XYZ39.7546.5934.09-
YUV177.83110.04122.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=33.73%
G=37.30%
B=28.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881460.1000.220.2685.7123.8665.49
HexAABC92A0161A561841
Octal252274222120263212630101
Binary1010101010111100100100101010010110110101010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC92; }

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

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

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

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

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

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

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

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