#9BAA8B

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

Shades of Norway #9BAA8B

Tints of Norway #9BAA8B

Color information

#9BAA8B (or 0x9BAA8B) is unknown color: approx Norway. HEX triplet: 9B, AA and 8B. RGB value is (155,170,139). Sum of RGB (Red+Green+Blue) = 155+170+139=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA8B is #645574. Grayscale: #A2A2A2. Windows color (decimal): -6575477 or 9153179. OLE color: 9153179.

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

Color convert

RGB155170139-
CMYK0.0900.180.33
HSL89.03º15.42%60.59%-
HSV(B)89.03º18.24%66.67%-
XYZ32.5537.5829.96-
YUV161.98115.03123.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=33.41%
G=36.64%
B=29.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701390.0900.180.3389.0315.4260.59
Hex9BAA8B90122159f3d
Octal23325221311022411311775
Binary100110111010101010001011100101001010000110110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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