#9BBE8B

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

Shades of Norway #9BBE8B

Tints of Norway #9BBE8B

Color information

#9BBE8B (or 0x9BBE8B) is unknown color: approx Norway. HEX triplet: 9B, BE and 8B. RGB value is (155,190,139). Sum of RGB (Red+Green+Blue) = 155+190+139=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE8B is #644174. Grayscale: #ADADAD. Windows color (decimal): -6570357 or 9158299. OLE color: 9158299.

HSL color Cylindrical-coordinate representation of color #9BBE8B: hue angle of 101.18º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BBE8B is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB155190139-
CMYK0.1800.270.25
HSL101.18º28.18%64.51%-
HSV(B)101.18º26.84%74.51%-
XYZ36.5945.6631.31-
YUV173.72108.4114.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=32.02%
G=39.26%
B=28.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901390.1800.270.25101.1828.1864.51
Hex9BBE8B1201B19651c41
Octal233276213220333114534101
Binary10011011101111101000101110010011011110011100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,139); }

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

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

 a { background-color: rgb(155,190,139); }

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

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

 span { border-color: rgb(155,190,139); }

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