#9BBA88

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

Shades of Norway #9BBA88

Tints of Norway #9BBA88

Color information

#9BBA88 (or 0x9BBA88) is unknown color: approx Norway. HEX triplet: 9B, BA and 88. RGB value is (155,186,136). Sum of RGB (Red+Green+Blue) = 155+186+136=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA88 is #644577. Grayscale: #ABABAB. Windows color (decimal): -6571384 or 8960667. OLE color: 8960667.

HSL color Cylindrical-coordinate representation of color #9BBA88: hue angle of 97.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BBA88 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB155186136-
CMYK0.1700.270.27
HSL97.2º26.6%63.14%-
HSV(B)97.2º26.88%72.94%-
XYZ35.5243.8629.89-
YUV171.03108.23116.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=32.49%
G=38.99%
B=28.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861360.1700.270.2797.226.663.14
Hex9BBA881101B1B611b3f
Octal23327221021033331413377
Binary1001101110111010100010001000101101111011110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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