#9CB984

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

Shades of Norway #9CB984

Tints of Norway #9CB984

Color information

#9CB984 (or 0x9CB984) is unknown color: approx Norway. HEX triplet: 9C, B9 and 84. RGB value is (156,185,132). Sum of RGB (Red+Green+Blue) = 156+185+132=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB984 is #63467B. Grayscale: #AAAAAA. Windows color (decimal): -6506108 or 8698268. OLE color: 8698268.

HSL color Cylindrical-coordinate representation of color #9CB984: hue angle of 92.83º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB984 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB156185132-
CMYK0.1600.290.27
HSL92.83º27.46%62.16%-
HSV(B)92.83º28.65%72.55%-
XYZ35.2243.4328.36-
YUV170.29106.39117.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=32.98%
G=39.11%
B=27.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851320.1600.290.2792.8327.4662.16
Hex9CB9841001D1B5d1b3e
Octal23427120420035331353376
Binary1001110010111001100001001000001110111011101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,132); }

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

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

 a { background-color: rgb(156,185,132); }

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

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

 span { border-color: rgb(156,185,132); }

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