#9FB194

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

Shades of Norway #9FB194

Tints of Norway #9FB194

Color information

#9FB194 (or 0x9FB194) is unknown color: approx Norway. HEX triplet: 9F, B1 and 94. RGB value is (159,177,148). Sum of RGB (Red+Green+Blue) = 159+177+148=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB194 is #604E6B. Grayscale: #A8A8A8. Windows color (decimal): -6311532 or 9744799. OLE color: 9744799.

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

Color convert

RGB159177148-
CMYK0.1000.160.31
HSL97.24º15.68%63.73%-
HSV(B)97.24º16.38%69.41%-
XYZ35.3740.9534.06-
YUV168.31116.54121.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=32.85%
G=36.57%
B=30.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771480.1000.160.3197.2415.6863.73
Hex9FB194A0101F611040
Octal237261224120203714120100
Binary1001111110110001100101001010010000111111100001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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