#9BB982

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

Shades of Norway #9BB982

Tints of Norway #9BB982

Color information

#9BB982 (or 0x9BB982) is unknown color: approx Norway. HEX triplet: 9B, B9 and 82. RGB value is (155,185,130). Sum of RGB (Red+Green+Blue) = 155+185+130=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB982 is #64467D. Grayscale: #A9A9A9. Windows color (decimal): -6571646 or 8567195. OLE color: 8567195.

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

Color convert

RGB155185130-
CMYK0.1600.300.27
HSL92.73º28.21%61.76%-
HSV(B)92.73º29.73%72.55%-
XYZ34.943.2827.63-
YUV169.76105.56117.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=32.98%
G=39.36%
B=27.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851300.1600.300.2792.7328.2161.76
Hex9BB9821001E1B5d1c3e
Octal23327120220036331353476
Binary1001101110111001100000101000001111011011101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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