#97B287

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

Shades of Norway #97B287

Tints of Norway #97B287

Color information

#97B287 (or 0x97B287) is unknown color: approx Norway. HEX triplet: 97, B2 and 87. RGB value is (151,178,135). Sum of RGB (Red+Green+Blue) = 151+178+135=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 178 - color contains mainly: green. Hex color #97B287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B287 is #684D78. Grayscale: #A5A5A5. Windows color (decimal): -6835577 or 8893079. OLE color: 8893079.

HSL color Cylindrical-coordinate representation of color #97B287: hue angle of 97.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97B287 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB151178135-
CMYK0.1500.240.30
HSL97.67º21.83%61.37%-
HSV(B)97.67º24.16%69.8%-
XYZ33.0640.1728.93-
YUV165.02111.05118-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=32.54%
G=38.36%
B=29.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511781350.1500.240.3097.6721.8361.37
Hex97B287F0181E62163d
Octal22726220717030361422675
Binary100101111011001010000111111101100011110110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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