#95B585

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

Shades of Norway #95B585

Tints of Norway #95B585

Color information

#95B585 (or 0x95B585) is unknown color: approx Norway. HEX triplet: 95, B5 and 85. RGB value is (149,181,133). Sum of RGB (Red+Green+Blue) = 149+181+133=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #95B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B585 is #6A4A7A. Grayscale: #A6A6A6. Windows color (decimal): -6965883 or 8762773. OLE color: 8762773.

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

Color convert

RGB149181133-
CMYK0.1800.270.29
HSL100º24.49%61.57%-
HSV(B)100º26.52%70.98%-
XYZ33.1541.1328.38-
YUV165.96109.4115.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=32.18%
G=39.09%
B=28.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811330.1800.270.2910024.4961.57
Hex95B5851201B1D64183e
Octal22526520522033351443076
Binary1001010110110101100001011001001101111101110010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,133); }

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

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

 a { background-color: rgb(149,181,133); }

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

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

 span { border-color: rgb(149,181,133); }

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