#9FAE8B

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

Shades of Norway #9FAE8B

Tints of Norway #9FAE8B

Color information

#9FAE8B (or 0x9FAE8B) is unknown color: approx Norway. HEX triplet: 9F, AE and 8B. RGB value is (159,174,139). Sum of RGB (Red+Green+Blue) = 159+174+139=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAE8B is #605174. Grayscale: #A5A5A5. Windows color (decimal): -6312309 or 9154207. OLE color: 9154207.

HSL color Cylindrical-coordinate representation of color #9FAE8B: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FAE8B is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB159174139-
CMYK0.0900.200.32
HSL85.71º17.77%61.37%-
HSV(B)85.71º20.11%68.24%-
XYZ34.0939.5130.25-
YUV165.52113.03123.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=33.69%
G=36.86%
B=29.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591741390.0900.200.3285.7117.7761.37
Hex9FAE8B90142056123d
Octal23725621311024401262275
Binary1001111110101110100010111001010100100000101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,139); }

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

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

 a { background-color: rgb(159,174,139); }

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

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

 span { border-color: rgb(159,174,139); }

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