#9FBE8C

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

Shades of Norway #9FBE8C

Tints of Norway #9FBE8C

Color information

#9FBE8C (or 0x9FBE8C) is unknown color: approx Norway. HEX triplet: 9F, BE and 8C. RGB value is (159,190,140). Sum of RGB (Red+Green+Blue) = 159+190+140=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE8C is #604173. Grayscale: #AFAFAF. Windows color (decimal): -6308212 or 9223839. OLE color: 9223839.

HSL color Cylindrical-coordinate representation of color #9FBE8C: hue angle of 97.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBE8C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB159190140-
CMYK0.1600.260.25
HSL97.2º27.78%64.71%-
HSV(B)97.2º26.32%74.51%-
XYZ37.4546.0931.73-
YUV175.03108.23116.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=32.52%
G=38.85%
B=28.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901400.1600.260.2597.227.7864.71
Hex9FBE8C1001A19611c41
Octal237276214200323114134101
Binary10011111101111101000110010000011010110011100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,140); }

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

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

 a { background-color: rgb(159,190,140); }

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

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

 span { border-color: rgb(159,190,140); }

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