#9FB587

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

Shades of Norway #9FB587

Tints of Norway #9FB587

Color information

#9FB587 (or 0x9FB587) is unknown color: approx Norway. HEX triplet: 9F, B5 and 87. RGB value is (159,181,135). Sum of RGB (Red+Green+Blue) = 159+181+135=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB587 is #604A78. Grayscale: #A9A9A9. Windows color (decimal): -6310521 or 8893855. OLE color: 8893855.

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

Color convert

RGB159181135-
CMYK0.1200.250.29
HSL88.7º23.71%61.96%-
HSV(B)88.7º25.41%70.98%-
XYZ35.242.1729.21-
YUV169.18108.71120.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=33.47%
G=38.11%
B=28.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811350.1200.250.2988.723.7161.96
Hex9FB587C0191D59183e
Octal23726520714031351313076
Binary100111111011010110000111110001100111101101100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FB587; }

 p { color: rgb(159,181,135); }

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

<style>
 a { background-color: #9FB587; }

 a { background-color: rgb(159,181,135); }

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

<style>
 span { border-color: #9FB587; }

 span { border-color: rgb(159,181,135); }

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