#9FB784

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

Shades of Norway #9FB784

Tints of Norway #9FB784

Color information

#9FB784 (or 0x9FB784) is unknown color: approx Norway. HEX triplet: 9F, B7 and 84. RGB value is (159,183,132). Sum of RGB (Red+Green+Blue) = 159+183+132=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB784 is #60487B. Grayscale: #AAAAAA. Windows color (decimal): -6310012 or 8697759. OLE color: 8697759.

HSL color Cylindrical-coordinate representation of color #9FB784: hue angle of 88.24º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB784 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB159183132-
CMYK0.1300.280.28
HSL88.24º26.15%61.76%-
HSV(B)88.24º27.87%71.76%-
XYZ35.442.928.25-
YUV170.01106.55120.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=33.54%
G=38.61%
B=27.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831320.1300.280.2888.2426.1561.76
Hex9FB784D01C1C581a3e
Octal23726720415034341303276
Binary100111111011011110000100110101110011100101100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,132); }

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

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

 a { background-color: rgb(159,183,132); }

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

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

 span { border-color: rgb(159,183,132); }

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