#9BB983

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

Shades of Norway #9BB983

Tints of Norway #9BB983

Color information

#9BB983 (or 0x9BB983) is unknown color: approx Norway. HEX triplet: 9B, B9 and 83. RGB value is (155,185,131). Sum of RGB (Red+Green+Blue) = 155+185+131=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB983 is #64467C. Grayscale: #AAAAAA. Windows color (decimal): -6571645 or 8632731. OLE color: 8632731.

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

Color convert

RGB155185131-
CMYK0.1600.290.27
HSL93.33º27.84%61.96%-
HSV(B)93.33º29.19%72.55%-
XYZ34.9643.3127.99-
YUV169.87106.06117.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=32.91%
G=39.28%
B=27.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851310.1600.290.2793.3327.8461.96
Hex9BB9831001D1B5d1c3e
Octal23327120320035331353476
Binary1001101110111001100000111000001110111011101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,131); }

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

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

 a { background-color: rgb(155,185,131); }

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

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

 span { border-color: rgb(155,185,131); }

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