#9BAC88

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

Shades of Norway #9BAC88

Tints of Norway #9BAC88

Color information

#9BAC88 (or 0x9BAC88) is unknown color: approx Norway. HEX triplet: 9B, AC and 88. RGB value is (155,172,136). Sum of RGB (Red+Green+Blue) = 155+172+136=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC88 is #645377. Grayscale: #A2A2A2. Windows color (decimal): -6574968 or 8957083. OLE color: 8957083.

HSL color Cylindrical-coordinate representation of color #9BAC88: hue angle of 88.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BAC88 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB155172136-
CMYK0.1000.210.33
HSL88.33º17.82%60.39%-
HSV(B)88.33º20.93%67.45%-
XYZ32.7138.2528.95-
YUV162.81112.87122.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=33.48%
G=37.15%
B=29.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721360.1000.210.3388.3317.8260.39
Hex9BAC88A0152158123c
Octal23325421012025411302274
Binary1001101110101100100010001010010101100001101100010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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