#9BAA8A

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

Shades of Norway #9BAA8A

Tints of Norway #9BAA8A

Color information

#9BAA8A (or 0x9BAA8A) is unknown color: approx Norway. HEX triplet: 9B, AA and 8A. RGB value is (155,170,138). Sum of RGB (Red+Green+Blue) = 155+170+138=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA8A is #645575. Grayscale: #A1A1A1. Windows color (decimal): -6575478 or 9087643. OLE color: 9087643.

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

Color convert

RGB155170138-
CMYK0.0900.190.33
HSL88.12º15.84%60.39%-
HSV(B)88.12º18.82%66.67%-
XYZ32.4837.5529.58-
YUV161.87114.53123.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=33.48%
G=36.72%
B=29.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701380.0900.190.3388.1215.8460.39
Hex9BAA8A90132158103c
Octal23325221211023411302074
Binary1001101110101010100010101001010011100001101100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,170,138); }

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

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

 a { background-color: rgb(155,170,138); }

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

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

 span { border-color: rgb(155,170,138); }

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