#9BB587

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

Shades of Norway #9BB587

Tints of Norway #9BB587

Color information

#9BB587 (or 0x9BB587) is unknown color: approx Norway. HEX triplet: 9B, B5 and 87. RGB value is (155,181,135). Sum of RGB (Red+Green+Blue) = 155+181+135=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB587 is #644A78. Grayscale: #A8A8A8. Windows color (decimal): -6572665 or 8893851. OLE color: 8893851.

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

Color convert

RGB155181135-
CMYK0.1400.250.29
HSL93.91º23.71%61.96%-
HSV(B)93.91º25.41%70.98%-
XYZ34.4141.7729.17-
YUV167.98109.39118.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=32.91%
G=38.43%
B=28.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811350.1400.250.2993.9123.7161.96
Hex9BB587E0191D5e183e
Octal23326520716031351363076
Binary100110111011010110000111111001100111101101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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