#9BB586

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

Shades of Norway #9BB586

Tints of Norway #9BB586

Color information

#9BB586 (or 0x9BB586) is unknown color: approx Norway. HEX triplet: 9B, B5 and 86. RGB value is (155,181,134). Sum of RGB (Red+Green+Blue) = 155+181+134=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB586 is #644A79. Grayscale: #A8A8A8. Windows color (decimal): -6572666 or 8828315. OLE color: 8828315.

HSL color Cylindrical-coordinate representation of color #9BB586: hue angle of 93.19º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB586 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB155181134-
CMYK0.1400.260.29
HSL93.19º24.1%61.76%-
HSV(B)93.19º25.97%70.98%-
XYZ34.3441.7428.8-
YUV167.87108.89118.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=32.98%
G=38.51%
B=28.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811340.1400.260.2993.1924.161.76
Hex9BB586E01A1D5d183e
Octal23326520616032351353076
Binary100110111011010110000110111001101011101101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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