#95B583

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

Shades of Norway #95B583

Tints of Norway #95B583

Color information

#95B583 (or 0x95B583) is unknown color: approx Norway. HEX triplet: 95, B5 and 83. RGB value is (149,181,131). Sum of RGB (Red+Green+Blue) = 149+181+131=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #95B583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B583 is #6A4A7C. Grayscale: #A5A5A5. Windows color (decimal): -6965885 or 8631701. OLE color: 8631701.

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

Color convert

RGB149181131-
CMYK0.1800.280.29
HSL98.4º25.25%61.18%-
HSV(B)98.4º27.62%70.98%-
XYZ33.0241.0827.66-
YUV165.73108.4116.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=32.32%
G=39.26%
B=28.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1491811310.1800.280.2998.425.2561.18
Hex95B5831201C1D62193d
Octal22526520322034351423175
Binary1001010110110101100000111001001110011101110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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