#9FB892

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

Shades of Norway #9FB892

Tints of Norway #9FB892

Color information

#9FB892 (or 0x9FB892) is unknown color: approx Norway. HEX triplet: 9F, B8 and 92. RGB value is (159,184,146). Sum of RGB (Red+Green+Blue) = 159+184+146=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB892 is #60476D. Grayscale: #ACACAC. Windows color (decimal): -6309742 or 9615519. OLE color: 9615519.

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

Color convert

RGB159184146-
CMYK0.1400.210.28
HSL99.47º21.11%64.71%-
HSV(B)99.47º20.65%72.16%-
XYZ36.6343.7333.7-
YUV172.19113.22118.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=32.52%
G=37.63%
B=29.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841460.1400.210.2899.4721.1164.71
Hex9FB892E0151C631541
Octal237270222160253414325101
Binary1001111110111000100100101110010101111001100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,146); }

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

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

 a { background-color: rgb(159,184,146); }

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

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

 span { border-color: rgb(159,184,146); }

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