#96AE86

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

Shades of Norway #96AE86

Tints of Norway #96AE86

Color information

#96AE86 (or 0x96AE86) is unknown color: approx Norway. HEX triplet: 96, AE and 86. RGB value is (150,174,134). Sum of RGB (Red+Green+Blue) = 150+174+134=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AE86 is #695179. Grayscale: #A2A2A2. Windows color (decimal): -6902138 or 8826518. OLE color: 8826518.

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

Color convert

RGB150174134-
CMYK0.1400.230.32
HSL96º19.8%60.39%-
HSV(B)96º22.99%68.24%-
XYZ32.0238.4828.29-
YUV162.26112.05119.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 37.99%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=32.75%
G=37.99%
B=29.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741340.1400.230.329619.860.39
Hex96AE86E0172060143c
Octal22625620616027401402474
Binary1001011010101110100001101110010111100000110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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