#9CBA86

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

Shades of Norway #9CBA86

Tints of Norway #9CBA86

Color information

#9CBA86 (or 0x9CBA86) is unknown color: approx Norway. HEX triplet: 9C, BA and 86. RGB value is (156,186,134). Sum of RGB (Red+Green+Blue) = 156+186+134=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA86 is #634579. Grayscale: #ABABAB. Windows color (decimal): -6505850 or 8829596. OLE color: 8829596.

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

Color convert

RGB156186134-
CMYK0.1600.280.27
HSL94.62º27.37%62.75%-
HSV(B)94.62º27.96%72.94%-
XYZ35.5743.9129.15-
YUV171.1107.06117.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=32.77%
G=39.08%
B=28.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861340.1600.280.2794.6227.3762.75
Hex9CBA861001C1B5f1b3f
Octal23427220620034331373377
Binary1001110010111010100001101000001110011011101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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