#9FB48A

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

Shades of Norway #9FB48A

Tints of Norway #9FB48A

Color information

#9FB48A (or 0x9FB48A) is unknown color: approx Norway. HEX triplet: 9F, B4 and 8A. RGB value is (159,180,138). Sum of RGB (Red+Green+Blue) = 159+180+138=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB48A is #604B75. Grayscale: #A9A9A9. Windows color (decimal): -6310774 or 9090207. OLE color: 9090207.

HSL color Cylindrical-coordinate representation of color #9FB48A: hue angle of 90º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB48A is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB159180138-
CMYK0.1200.230.29
HSL90º21.88%62.35%-
HSV(B)90º23.33%70.59%-
XYZ35.2141.8530.27-
YUV168.93110.54120.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 138 (54.30% from 255) = 28.93%
R=33.33%
G=37.74%
B=28.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801380.1200.230.299021.8862.35
Hex9FB48AC0171D5a163e
Octal23726421214027351322676
Binary100111111011010010001010110001011111101101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,138); }

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

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

 a { background-color: rgb(159,180,138); }

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

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

 span { border-color: rgb(159,180,138); }

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