#9FBC84

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

Shades of Norway #9FBC84

Tints of Norway #9FBC84

Color information

#9FBC84 (or 0x9FBC84) is unknown color: approx Norway. HEX triplet: 9F, BC and 84. RGB value is (159,188,132). Sum of RGB (Red+Green+Blue) = 159+188+132=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC84 is #60437B. Grayscale: #ADADAD. Windows color (decimal): -6308732 or 8699039. OLE color: 8699039.

HSL color Cylindrical-coordinate representation of color #9FBC84: hue angle of 91.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FBC84 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB159188132-
CMYK0.1500.300.26
HSL91.07º29.47%62.75%-
HSV(B)91.07º29.79%73.73%-
XYZ36.454528.6-
YUV172.94104.89118.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=33.19%
G=39.25%
B=27.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881320.1500.300.2691.0729.4762.75
Hex9FBC84F01E1A5b1d3f
Octal23727420417036321333577
Binary100111111011110010000100111101111011010101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,132); }

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

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

 a { background-color: rgb(159,188,132); }

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

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

 span { border-color: rgb(159,188,132); }

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