#97B385

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

Shades of Norway #97B385

Tints of Norway #97B385

Color information

#97B385 (or 0x97B385) is unknown color: approx Norway. HEX triplet: 97, B3 and 85. RGB value is (151,179,133). Sum of RGB (Red+Green+Blue) = 151+179+133=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #97B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B385 is #684C7A. Grayscale: #A5A5A5. Windows color (decimal): -6835323 or 8762263. OLE color: 8762263.

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

Color convert

RGB151179133-
CMYK0.1600.260.30
HSL96.52º23.23%61.18%-
HSV(B)96.52º25.7%70.2%-
XYZ33.1240.5128.26-
YUV165.38109.72117.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=32.61%
G=38.66%
B=28.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511791330.1600.260.3096.5223.2361.18
Hex97B3851001A1E61173d
Octal22726320520032361412775
Binary1001011110110011100001011000001101011110110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,179,133); }

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

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

 a { background-color: rgb(151,179,133); }

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

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

 span { border-color: rgb(151,179,133); }

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