#9BB782

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

Shades of Norway #9BB782

Tints of Norway #9BB782

Color information

#9BB782 (or 0x9BB782) is unknown color: approx Norway. HEX triplet: 9B, B7 and 82. RGB value is (155,183,130). Sum of RGB (Red+Green+Blue) = 155+183+130=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB782 is #64487D. Grayscale: #A8A8A8. Windows color (decimal): -6572158 or 8566683. OLE color: 8566683.

HSL color Cylindrical-coordinate representation of color #9BB782: hue angle of 91.7º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BB782 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB155183130-
CMYK0.1500.290.28
HSL91.7º26.9%61.37%-
HSV(B)91.7º28.96%71.76%-
XYZ34.4842.4527.49-
YUV168.59106.22118.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=33.12%
G=39.10%
B=27.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831300.1500.290.2891.726.961.37
Hex9BB782F01D1C5c1b3d
Octal23326720217035341343375
Binary100110111011011110000010111101110111100101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,130); }

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

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

 a { background-color: rgb(155,183,130); }

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

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

 span { border-color: rgb(155,183,130); }

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