#95B385

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

Shades of Norway #95B385

Tints of Norway #95B385

Color information

#95B385 (or 0x95B385) is unknown color: approx Norway. HEX triplet: 95, B3 and 85. RGB value is (149,179,133). Sum of RGB (Red+Green+Blue) = 149+179+133=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #95B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B385 is #6A4C7A. Grayscale: #A4A4A4. Windows color (decimal): -6966395 or 8762261. OLE color: 8762261.

HSL color Cylindrical-coordinate representation of color #95B385: hue angle of 99.13º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95B385 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB149179133-
CMYK0.1700.260.30
HSL99.13º23.23%61.18%-
HSV(B)99.13º25.7%70.2%-
XYZ32.7540.3228.25-
YUV164.79110.06116.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=32.32%
G=38.83%
B=28.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791330.1700.260.3099.1323.2361.18
Hex95B3851101A1E63173d
Octal22526320521032361432775
Binary1001010110110011100001011000101101011110110001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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