#97B084

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

Shades of Norway #97B084

Tints of Norway #97B084

Color information

#97B084 (or 0x97B084) is unknown color: approx Norway. HEX triplet: 97, B0 and 84. RGB value is (151,176,132). Sum of RGB (Red+Green+Blue) = 151+176+132=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #97B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B084 is #684F7B. Grayscale: #A3A3A3. Windows color (decimal): -6836092 or 8695959. OLE color: 8695959.

HSL color Cylindrical-coordinate representation of color #97B084: hue angle of 94.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97B084 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB151176132-
CMYK0.1400.250.31
HSL94.09º21.78%60.39%-
HSV(B)94.09º25%69.02%-
XYZ32.4539.327.7-
YUV163.51110.22119.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=32.90%
G=38.34%
B=28.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511761320.1400.250.3194.0921.7860.39
Hex97B084E0191F5e163c
Octal22726020416031371362674
Binary100101111011000010000100111001100111111101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,176,132); }

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

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

 a { background-color: rgb(151,176,132); }

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

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

 span { border-color: rgb(151,176,132); }

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