#9FBE81

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

Shades of Norway #9FBE81

Tints of Norway #9FBE81

Color information

#9FBE81 (or 0x9FBE81) is unknown color: approx Norway. HEX triplet: 9F, BE and 81. RGB value is (159,190,129). Sum of RGB (Red+Green+Blue) = 159+190+129=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE81 is #60417E. Grayscale: #ADADAD. Windows color (decimal): -6308223 or 8502943. OLE color: 8502943.

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

Color convert

RGB159190129-
CMYK0.1600.320.25
HSL90.49º31.94%62.55%-
HSV(B)90.49º32.11%74.51%-
XYZ36.6745.7827.67-
YUV173.78102.73117.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=33.26%
G=39.75%
B=26.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901290.1600.320.2590.4931.9462.55
Hex9FBE8110020195a203f
Octal23727620120040311324077
Binary100111111011111010000001100000100000110011011010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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