#9BB882

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

Shades of Norway #9BB882

Tints of Norway #9BB882

Color information

#9BB882 (or 0x9BB882) is unknown color: approx Norway. HEX triplet: 9B, B8 and 82. RGB value is (155,184,130). Sum of RGB (Red+Green+Blue) = 155+184+130=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB882 is #64477D. Grayscale: #A9A9A9. Windows color (decimal): -6571902 or 8566939. OLE color: 8566939.

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

Color convert

RGB155184130-
CMYK0.1600.290.28
HSL92.22º27.55%61.57%-
HSV(B)92.22º29.35%72.16%-
XYZ34.6942.8627.56-
YUV169.17105.89117.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=33.05%
G=39.23%
B=27.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841300.1600.290.2892.2227.5561.57
Hex9BB8821001D1C5c1c3e
Octal23327020220035341343476
Binary1001101110111000100000101000001110111100101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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