#97B487

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

Shades of Norway #97B487

Tints of Norway #97B487

Color information

#97B487 (or 0x97B487) is unknown color: approx Norway. HEX triplet: 97, B4 and 87. RGB value is (151,180,135). Sum of RGB (Red+Green+Blue) = 151+180+135=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #97B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B487 is #684B78. Grayscale: #A6A6A6. Windows color (decimal): -6835065 or 8893591. OLE color: 8893591.

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

Color convert

RGB151180135-
CMYK0.1600.250.29
HSL98.67º23.08%61.76%-
HSV(B)98.67º25%70.59%-
XYZ33.4640.9729.07-
YUV166.2110.39117.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=32.40%
G=38.63%
B=28.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511801350.1600.250.2998.6723.0861.76
Hex97B487100191D63173e
Octal22726420720031351432776
Binary1001011110110100100001111000001100111101110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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