#9BB78D

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

Shades of Norway #9BB78D

Tints of Norway #9BB78D

Color information

#9BB78D (or 0x9BB78D) is unknown color: approx Norway. HEX triplet: 9B, B7 and 8D. RGB value is (155,183,141). Sum of RGB (Red+Green+Blue) = 155+183+141=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB78D is #644872. Grayscale: #A9A9A9. Windows color (decimal): -6572147 or 9287579. OLE color: 9287579.

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

Color convert

RGB155183141-
CMYK0.1500.230.28
HSL100º22.58%63.53%-
HSV(B)100º22.95%71.76%-
XYZ35.2642.7631.59-
YUV169.84111.72117.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=32.36%
G=38.20%
B=29.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831410.1500.230.2810022.5863.53
Hex9BB78DF0171C641740
Octal233267215170273414427100
Binary1001101110110111100011011111010111111001100100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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