#96AE83

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

Shades of Norway #96AE83

Tints of Norway #96AE83

Color information

#96AE83 (or 0x96AE83) is unknown color: approx Norway. HEX triplet: 96, AE and 83. RGB value is (150,174,131). Sum of RGB (Red+Green+Blue) = 150+174+131=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE83 is #69517C. Grayscale: #A2A2A2. Windows color (decimal): -6902141 or 8629910. OLE color: 8629910.

HSL color Cylindrical-coordinate representation of color #96AE83: hue angle of 93.49º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96AE83 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB150174131-
CMYK0.1400.250.32
HSL93.49º20.98%59.8%-
HSV(B)93.49º24.71%68.24%-
XYZ31.8138.3927.21-
YUV161.92110.55119.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 174 (68.36% from 255) = 38.24%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=32.97%
G=38.24%
B=28.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741310.1400.250.3293.4920.9859.8
Hex96AE83E019205d153c
Octal22625620316031401352574
Binary1001011010101110100000111110011001100000101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AE83; }

 p { color: rgb(150,174,131); }

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

<style>
 a { background-color: #96AE83; }

 a { background-color: rgb(150,174,131); }

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

<style>
 span { border-color: #96AE83; }

 span { border-color: rgb(150,174,131); }

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