#97B486

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

Shades of Norway #97B486

Tints of Norway #97B486

Color information

#97B486 (or 0x97B486) is unknown color: approx Norway. HEX triplet: 97, B4 and 86. RGB value is (151,180,134). Sum of RGB (Red+Green+Blue) = 151+180+134=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #97B486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B486 is #684B79. Grayscale: #A6A6A6. Windows color (decimal): -6835066 or 8828055. OLE color: 8828055.

HSL color Cylindrical-coordinate representation of color #97B486: hue angle of 97.83º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97B486 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB151180134-
CMYK0.1600.260.29
HSL97.83º23.47%61.57%-
HSV(B)97.83º25.56%70.59%-
XYZ33.3940.9428.7-
YUV166.08109.89117.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=32.47%
G=38.71%
B=28.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801340.1600.260.2997.8323.4761.57
Hex97B4861001A1D62173e
Octal22726420620032351422776
Binary1001011110110100100001101000001101011101110001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,134); }

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

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

 a { background-color: rgb(151,180,134); }

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

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

 span { border-color: rgb(151,180,134); }

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