#9FBE88

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

Shades of Norway #9FBE88

Tints of Norway #9FBE88

Color information

#9FBE88 (or 0x9FBE88) is unknown color: approx Norway. HEX triplet: 9F, BE and 88. RGB value is (159,190,136). Sum of RGB (Red+Green+Blue) = 159+190+136=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE88 is #604177. Grayscale: #AEAEAE. Windows color (decimal): -6308216 or 8961695. OLE color: 8961695.

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

Color convert

RGB159190136-
CMYK0.1600.280.25
HSL94.44º29.35%63.92%-
HSV(B)94.44º28.42%74.51%-
XYZ37.1645.9830.21-
YUV174.57106.23116.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=32.78%
G=39.18%
B=28.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901360.1600.280.2594.4429.3563.92
Hex9FBE881001C195e1d40
Octal237276210200343113635100
Binary10011111101111101000100010000011100110011011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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