#95A884

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

Shades of Norway #95A884

Tints of Norway #95A884

Color information

#95A884 (or 0x95A884) is unknown color: approx Norway. HEX triplet: 95, A8 and 84. RGB value is (149,168,132). Sum of RGB (Red+Green+Blue) = 149+168+132=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #95A884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A884 is #6A577B. Grayscale: #9E9E9E. Windows color (decimal): -6969212 or 8693909. OLE color: 8693909.

HSL color Cylindrical-coordinate representation of color #95A884: hue angle of 91.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95A884 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB149168132-
CMYK0.1100.210.34
HSL91.67º17.14%58.82%-
HSV(B)91.67º21.43%65.88%-
XYZ30.5636.0627.18-
YUV158.22113.21121.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=33.18%
G=37.42%
B=29.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491681320.1100.210.3491.6717.1458.82
Hex95A884B015225c113b
Octal22525020413025421342173
Binary1001010110101000100001001011010101100010101110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A884; }

 p { color: rgb(149,168,132); }

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

<style>
 a { background-color: #95A884; }

 a { background-color: rgb(149,168,132); }

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

<style>
 span { border-color: #95A884; }

 span { border-color: rgb(149,168,132); }

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