#97AC83

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

Shades of Norway #97AC83

Tints of Norway #97AC83

Color information

#97AC83 (or 0x97AC83) is unknown color: approx Norway. HEX triplet: 97, AC and 83. RGB value is (151,172,131). Sum of RGB (Red+Green+Blue) = 151+172+131=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AC83 is #68537C. Grayscale: #A1A1A1. Windows color (decimal): -6837117 or 8629399. OLE color: 8629399.

HSL color Cylindrical-coordinate representation of color #97AC83: hue angle of 90.73º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97AC83 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB151172131-
CMYK0.1200.240.33
HSL90.73º19.81%59.41%-
HSV(B)90.73º23.84%67.45%-
XYZ31.6137.7227.09-
YUV161.05111.04120.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 131 (51.56% from 255) = 28.85%
R=33.26%
G=37.89%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721310.1200.240.3390.7319.8159.41
Hex97AC83C018215b143b
Octal22725420314030411332473
Binary1001011110101100100000111100011000100001101101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,131); }

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

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

 a { background-color: rgb(151,172,131); }

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

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

 span { border-color: rgb(151,172,131); }

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