#9FB093

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

Shades of Norway #9FB093

Tints of Norway #9FB093

Color information

#9FB093 (or 0x9FB093) is unknown color: approx Norway. HEX triplet: 9F, B0 and 93. RGB value is (159,176,147). Sum of RGB (Red+Green+Blue) = 159+176+147=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB093 is #604F6C. Grayscale: #A7A7A7. Windows color (decimal): -6311789 or 9679007. OLE color: 9679007.

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

Color convert

RGB159176147-
CMYK0.1000.160.31
HSL95.17º15.51%63.33%-
HSV(B)95.17º16.48%69.02%-
XYZ35.0940.5333.58-
YUV167.61116.37121.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=32.99%
G=36.51%
B=30.50%

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
Decimal1591761470.1000.160.3195.1715.5163.33
Hex9FB093A0101F5f103f
Octal23726022312020371372077
Binary100111111011000010010011101001000011111101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,147); }

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

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

 a { background-color: rgb(159,176,147); }

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

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

 span { border-color: rgb(159,176,147); }

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