#9CB387

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

Shades of Norway #9CB387

Tints of Norway #9CB387

Color information

#9CB387 (or 0x9CB387) is unknown color: approx Norway. HEX triplet: 9C, B3 and 87. RGB value is (156,179,135). Sum of RGB (Red+Green+Blue) = 156+179+135=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB387 is #634C78. Grayscale: #A7A7A7. Windows color (decimal): -6507641 or 8893340. OLE color: 8893340.

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

Color convert

RGB156179135-
CMYK0.1300.250.30
HSL91.36º22.45%61.57%-
HSV(B)91.36º24.58%70.2%-
XYZ34.241.0629.04-
YUV167.11109.88120.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=33.19%
G=38.09%
B=28.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791350.1300.250.3091.3622.4561.57
Hex9CB387D0191E5b163e
Octal23426320715031361332676
Binary100111001011001110000111110101100111110101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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