#9BBE86

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

Shades of Norway #9BBE86

Tints of Norway #9BBE86

Color information

#9BBE86 (or 0x9BBE86) is unknown color: approx Norway. HEX triplet: 9B, BE and 86. RGB value is (155,190,134). Sum of RGB (Red+Green+Blue) = 155+190+134=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE86 is #644179. Grayscale: #ADADAD. Windows color (decimal): -6570362 or 8830619. OLE color: 8830619.

HSL color Cylindrical-coordinate representation of color #9BBE86: hue angle of 97.5º 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 #9BBE86 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB155190134-
CMYK0.1800.290.25
HSL97.5º30.11%63.53%-
HSV(B)97.5º29.47%74.51%-
XYZ36.2345.5229.43-
YUV173.15105.9115.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=32.36%
G=39.67%
B=27.97%

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
Decimal1551901340.1800.290.2597.530.1163.53
Hex9BBE861201D19611e40
Octal233276206220353114136100
Binary10011011101111101000011010010011101110011100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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