#9CBA8C

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

Shades of Norway #9CBA8C

Tints of Norway #9CBA8C

Color information

#9CBA8C (or 0x9CBA8C) is unknown color: approx Norway. HEX triplet: 9C, BA and 8C. RGB value is (156,186,140). Sum of RGB (Red+Green+Blue) = 156+186+140=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA8C is #634573. Grayscale: #ABABAB. Windows color (decimal): -6505844 or 9222812. OLE color: 9222812.

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

Color convert

RGB156186140-
CMYK0.1600.250.27
HSL99.13º25%63.92%-
HSV(B)99.13º24.73%72.94%-
XYZ3644.0831.42-
YUV171.79110.06116.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=32.37%
G=38.59%
B=29.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861400.1600.250.2799.132563.92
Hex9CBA8C100191B631940
Octal234272214200313314331100
Binary10011100101110101000110010000011001110111100011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,140); }

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

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

 a { background-color: rgb(156,186,140); }

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

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

 span { border-color: rgb(156,186,140); }

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