#AABC99

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

Shades of Norway #AABC99

Tints of Norway #AABC99

Color information

#AABC99 (or 0xAABC99) is unknown color: approx Norway. HEX triplet: AA, BC and 99. RGB value is (170,188,153). Sum of RGB (Red+Green+Blue) = 170+188+153=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC99 is #554366. Grayscale: #B2B2B2. Windows color (decimal): -5587815 or 10075306. OLE color: 10075306.

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

Color convert

RGB170188153-
CMYK0.1000.190.26
HSL90.86º20.71%66.86%-
HSV(B)90.86º18.62%73.73%-
XYZ40.3146.8137.05-
YUV178.63113.54121.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 153 (60.16% from 255) = 29.94%
R=33.27%
G=36.79%
B=29.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701881530.1000.190.2690.8620.7166.86
HexAABC99A0131A5b1543
Octal252274231120233213325103
Binary1010101010111100100110011010010011110101011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC99; }

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

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

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

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

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

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

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

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