#9BB78E

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

Shades of Norway #9BB78E

Tints of Norway #9BB78E

Color information

#9BB78E (or 0x9BB78E) is unknown color: approx Norway. HEX triplet: 9B, B7 and 8E. RGB value is (155,183,142). Sum of RGB (Red+Green+Blue) = 155+183+142=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB78E is #644871. Grayscale: #AAAAAA. Windows color (decimal): -6572146 or 9353115. OLE color: 9353115.

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

Color convert

RGB155183142-
CMYK0.1500.220.28
HSL100.98º22.16%63.73%-
HSV(B)100.98º22.4%71.76%-
XYZ35.3342.7931.99-
YUV169.95112.22117.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=32.29%
G=38.12%
B=29.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831420.1500.220.28100.9822.1663.73
Hex9BB78EF0161C651640
Octal233267216170263414526100
Binary1001101110110111100011101111010110111001100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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