#9FB184

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

Shades of Norway #9FB184

Tints of Norway #9FB184

Color information

#9FB184 (or 0x9FB184) is unknown color: approx Norway. HEX triplet: 9F, B1 and 84. RGB value is (159,177,132). Sum of RGB (Red+Green+Blue) = 159+177+132=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB184 is #604E7B. Grayscale: #A6A6A6. Windows color (decimal): -6311548 or 8696223. OLE color: 8696223.

HSL color Cylindrical-coordinate representation of color #9FB184: hue angle of 84º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB184 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB159177132-
CMYK0.1000.250.31
HSL84º22.39%60.59%-
HSV(B)84º25.42%69.41%-
XYZ34.1940.4827.84-
YUV166.49108.54122.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.97%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=33.97%
G=37.82%
B=28.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771320.1000.250.318422.3960.59
Hex9FB184A0191F54163d
Octal23726120412031371242675
Binary100111111011000110000100101001100111111101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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