#97B585

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

Shades of Norway #97B585

Tints of Norway #97B585

Color information

#97B585 (or 0x97B585) is unknown color: approx Norway. HEX triplet: 97, B5 and 85. RGB value is (151,181,133). Sum of RGB (Red+Green+Blue) = 151+181+133=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #97B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B585 is #684A7A. Grayscale: #A6A6A6. Windows color (decimal): -6834811 or 8762775. OLE color: 8762775.

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

Color convert

RGB151181133-
CMYK0.1700.270.29
HSL97.5º24.49%61.57%-
HSV(B)97.5º26.52%70.98%-
XYZ33.5241.3228.4-
YUV166.56109.06116.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 181 (71.09% from 255) = 38.92%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=32.47%
G=38.92%
B=28.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1511811330.1700.270.2997.524.4961.57
Hex97B5851101B1D61183e
Octal22726520521033351413076
Binary1001011110110101100001011000101101111101110000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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