#9CB384

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

Shades of Norway #9CB384

Tints of Norway #9CB384

Color information

#9CB384 (or 0x9CB384) is unknown color: approx Norway. HEX triplet: 9C, B3 and 84. RGB value is (156,179,132). Sum of RGB (Red+Green+Blue) = 156+179+132=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB384 is #634C7B. Grayscale: #A6A6A6. Windows color (decimal): -6507644 or 8696732. OLE color: 8696732.

HSL color Cylindrical-coordinate representation of color #9CB384: hue angle of 89.36º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CB384 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB156179132-
CMYK0.1300.260.30
HSL89.36º23.62%60.98%-
HSV(B)89.36º26.26%70.2%-
XYZ3440.9727.95-
YUV166.76108.38120.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=33.40%
G=38.33%
B=28.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791320.1300.260.3089.3623.6260.98
Hex9CB384D01A1E59183d
Octal23426320415032361313075
Binary100111001011001110000100110101101011110101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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