#9FB583

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

Shades of Norway #9FB583

Tints of Norway #9FB583

Color information

#9FB583 (or 0x9FB583) is unknown color: approx Norway. HEX triplet: 9F, B5 and 83. RGB value is (159,181,131). Sum of RGB (Red+Green+Blue) = 159+181+131=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB583 is #604A7C. Grayscale: #A8A8A8. Windows color (decimal): -6310525 or 8631711. OLE color: 8631711.

HSL color Cylindrical-coordinate representation of color #9FB583: hue angle of 86.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 #9FB583 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB159181131-
CMYK0.1200.280.29
HSL86.4º25.25%61.18%-
HSV(B)86.4º27.62%70.98%-
XYZ34.9242.0627.75-
YUV168.72106.71121.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=33.76%
G=38.43%
B=27.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811310.1200.280.2986.425.2561.18
Hex9FB583C01C1D56193d
Octal23726520314034351263175
Binary100111111011010110000011110001110011101101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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