#96AC87

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

Shades of Norway #96AC87

Tints of Norway #96AC87

Color information

#96AC87 (or 0x96AC87) is unknown color: approx Norway. HEX triplet: 96, AC and 87. RGB value is (150,172,135). Sum of RGB (Red+Green+Blue) = 150+172+135=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AC87 is #695378. Grayscale: #A1A1A1. Windows color (decimal): -6902649 or 8891542. OLE color: 8891542.

HSL color Cylindrical-coordinate representation of color #96AC87: hue angle of 95.68º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96AC87 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB150172135-
CMYK0.1300.220.33
HSL95.68º18.23%60.2%-
HSV(B)95.68º21.51%67.45%-
XYZ31.737.7428.53-
YUV161.2113.21120.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=32.82%
G=37.64%
B=29.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721350.1300.220.3395.6818.2360.2
Hex96AC87D0162160123c
Octal22625420715026411402274
Binary1001011010101100100001111101010110100001110000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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