#9FBF89

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

Shades of Norway #9FBF89

Tints of Norway #9FBF89

Color information

#9FBF89 (or 0x9FBF89) is unknown color: approx Norway. HEX triplet: 9F, BF and 89. RGB value is (159,191,137). Sum of RGB (Red+Green+Blue) = 159+191+137=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF89 is #604076. Grayscale: #AFAFAF. Windows color (decimal): -6307959 or 9027487. OLE color: 9027487.

HSL color Cylindrical-coordinate representation of color #9FBF89: hue angle of 95.56º degrees, saturation: 0.3, 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 #9FBF89 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB159191137-
CMYK0.1700.280.25
HSL95.56º29.67%64.31%-
HSV(B)95.56º28.27%74.9%-
XYZ37.4446.4430.66-
YUV175.28106.4116.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=32.65%
G=39.22%
B=28.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911370.1700.280.2595.5629.6764.31
Hex9FBF891101C19601e40
Octal237277211210343114036100
Binary10011111101111111000100110001011100110011100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,137); }

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

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

 a { background-color: rgb(159,191,137); }

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

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

 span { border-color: rgb(159,191,137); }

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