#9FAC88

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

Shades of Norway #9FAC88

Tints of Norway #9FAC88

Color information

#9FAC88 (or 0x9FAC88) is unknown color: approx Norway. HEX triplet: 9F, AC and 88. RGB value is (159,172,136). Sum of RGB (Red+Green+Blue) = 159+172+136=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC88 is #605377. Grayscale: #A4A4A4. Windows color (decimal): -6312824 or 8957087. OLE color: 8957087.

HSL color Cylindrical-coordinate representation of color #9FAC88: hue angle of 81.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FAC88 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB159172136-
CMYK0.0800.210.33
HSL81.67º17.82%60.39%-
HSV(B)81.67º20.93%67.45%-
XYZ33.4938.6528.99-
YUV164.01112.19124.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=34.05%
G=36.83%
B=29.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591721360.0800.210.3381.6717.8260.39
Hex9FAC8880152152123c
Octal23725421010025411222274
Binary1001111110101100100010001000010101100001101001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,136); }

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

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

 a { background-color: rgb(159,172,136); }

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

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

 span { border-color: rgb(159,172,136); }

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