#9BBE88

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

Shades of Norway #9BBE88

Tints of Norway #9BBE88

Color information

#9BBE88 (or 0x9BBE88) is unknown color: approx Norway. HEX triplet: 9B, BE and 88. RGB value is (155,190,136). Sum of RGB (Red+Green+Blue) = 155+190+136=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE88 is #644177. Grayscale: #ADADAD. Windows color (decimal): -6570360 or 8961691. OLE color: 8961691.

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

Color convert

RGB155190136-
CMYK0.1800.280.25
HSL98.89º29.35%63.92%-
HSV(B)98.89º28.42%74.51%-
XYZ36.3745.5730.17-
YUV173.38106.9114.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 136 (53.52% from 255) = 28.27%
R=32.22%
G=39.50%
B=28.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901360.1800.280.2598.8929.3563.92
Hex9BBE881201C19631d40
Octal233276210220343114335100
Binary10011011101111101000100010010011100110011100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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