#9BB888

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

Shades of Norway #9BB888

Tints of Norway #9BB888

Color information

#9BB888 (or 0x9BB888) is unknown color: approx Norway. HEX triplet: 9B, B8 and 88. RGB value is (155,184,136). Sum of RGB (Red+Green+Blue) = 155+184+136=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB888 is #644777. Grayscale: #AAAAAA. Windows color (decimal): -6571896 or 8960155. OLE color: 8960155.

HSL color Cylindrical-coordinate representation of color #9BB888: hue angle of 96.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB888 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB155184136-
CMYK0.1600.260.28
HSL96.25º25.26%62.75%-
HSV(B)96.25º26.09%72.16%-
XYZ35.143.0329.75-
YUV169.86108.89117.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=32.63%
G=38.74%
B=28.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841360.1600.260.2896.2525.2662.75
Hex9BB8881001A1C60193f
Octal23327021020032341403177
Binary1001101110111000100010001000001101011100110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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