#9CBE86

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

Shades of Norway #9CBE86

Tints of Norway #9CBE86

Color information

#9CBE86 (or 0x9CBE86) is unknown color: approx Norway. HEX triplet: 9C, BE and 86. RGB value is (156,190,134). Sum of RGB (Red+Green+Blue) = 156+190+134=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE86 is #634179. Grayscale: #ADADAD. Windows color (decimal): -6504826 or 8830620. OLE color: 8830620.

HSL color Cylindrical-coordinate representation of color #9CBE86: hue angle of 96.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CBE86 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB156190134-
CMYK0.1800.290.25
HSL96.43º30.11%63.53%-
HSV(B)96.43º29.47%74.51%-
XYZ36.4345.6229.44-
YUV173.45105.74115.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=32.5%
G=39.58%
B=27.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901340.1800.290.2596.4330.1163.53
Hex9CBE861201D19601e40
Octal234276206220353114036100
Binary10011100101111101000011010010011101110011100000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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