#AABB95

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

Shades of Norway #AABB95

Tints of Norway #AABB95

Color information

#AABB95 (or 0xAABB95) is unknown color: approx Norway. HEX triplet: AA, BB and 95. RGB value is (170,187,149). Sum of RGB (Red+Green+Blue) = 170+187+149=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB95 is #55446A. Grayscale: #B1B1B1. Windows color (decimal): -5588075 or 9812906. OLE color: 9812906.

HSL color Cylindrical-coordinate representation of color #AABB95: hue angle of 86.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AABB95 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB170187149-
CMYK0.0900.200.27
HSL86.84º21.84%65.88%-
HSV(B)86.84º20.32%73.33%-
XYZ39.7746.2635.27-
YUV177.58111.87122.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=33.60%
G=36.96%
B=29.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871490.0900.200.2786.8421.8465.88
HexAABB9590141B571642
Octal252273225110243312726102
Binary1010101010111011100101011001010100110111010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB95; }

 p { color: rgb(170,187,149); }

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

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

 a { background-color: rgb(170,187,149); }

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

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

 span { border-color: rgb(170,187,149); }

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