#97AA84

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

Shades of Norway #97AA84

Tints of Norway #97AA84

Color information

#97AA84 (or 0x97AA84) is unknown color: approx Norway. HEX triplet: 97, AA and 84. RGB value is (151,170,132). Sum of RGB (Red+Green+Blue) = 151+170+132=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AA84 is #68557B. Grayscale: #A0A0A0. Windows color (decimal): -6837628 or 8694423. OLE color: 8694423.

HSL color Cylindrical-coordinate representation of color #97AA84: hue angle of 90º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97AA84 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB151170132-
CMYK0.1100.220.33
HSL90º18.27%59.22%-
HSV(B)90º22.35%66.67%-
XYZ31.336.9927.32-
YUV159.99112.21121.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 37.53%
BLUE value IS 132 (51.95% from 255) = 29.14%
R=33.33%
G=37.53%
B=29.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511701320.1100.220.339018.2759.22
Hex97AA84B016215a123b
Octal22725220413026411322273
Binary1001011110101010100001001011010110100001101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AA84; }

 p { color: rgb(151,170,132); }

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

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

 a { background-color: rgb(151,170,132); }

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

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

 span { border-color: rgb(151,170,132); }

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