#AABD98

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

Shades of Norway #AABD98

Tints of Norway #AABD98

Color information

#AABD98 (or 0xAABD98) is unknown color: approx Norway. HEX triplet: AA, BD and 98. RGB value is (170,189,152). Sum of RGB (Red+Green+Blue) = 170+189+152=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD98 is #554267. Grayscale: #B3B3B3. Windows color (decimal): -5587560 or 10010026. OLE color: 10010026.

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

Color convert

RGB170189152-
CMYK0.1000.200.26
HSL90.81º21.89%66.86%-
HSV(B)90.81º19.58%74.12%-
XYZ40.4447.2136.69-
YUV179.1112.71121.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 152 (59.77% from 255) = 29.75%
R=33.27%
G=36.99%
B=29.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891520.1000.200.2690.8121.8966.86
HexAABD98A0141A5b1643
Octal252275230120243213326103
Binary1010101010111101100110001010010100110101011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD98; }

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

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

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

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

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

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

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

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