#96B687

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

Shades of Norway #96B687

Tints of Norway #96B687

Color information

#96B687 (or 0x96B687) is unknown color: approx Norway. HEX triplet: 96, B6 and 87. RGB value is (150,182,135). Sum of RGB (Red+Green+Blue) = 150+182+135=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #96B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B687 is #694978. Grayscale: #A7A7A7. Windows color (decimal): -6900089 or 8894102. OLE color: 8894102.

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

Color convert

RGB150182135-
CMYK0.1800.260.29
HSL100.85º24.35%62.16%-
HSV(B)100.85º25.82%71.37%-
XYZ33.6841.6929.19-
YUV167.07109.9115.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=32.12%
G=38.97%
B=28.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821350.1800.260.29100.8524.3562.16
Hex96B6871201A1D65183e
Octal22626620722032351453076
Binary1001011010110110100001111001001101011101110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,182,135); }

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

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

 a { background-color: rgb(150,182,135); }

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

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

 span { border-color: rgb(150,182,135); }

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