#9BA891

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

Shades of Norway #9BA891

Tints of Norway #9BA891

Color information

#9BA891 (or 0x9BA891) is unknown color: approx Norway. HEX triplet: 9B, A8 and 91. RGB value is (155,168,145). Sum of RGB (Red+Green+Blue) = 155+168+145=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA891 is #64576E. Grayscale: #A1A1A1. Windows color (decimal): -6575983 or 9545883. OLE color: 9545883.

HSL color Cylindrical-coordinate representation of color #9BA891: hue angle of 93.91º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA891 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB155168145-
CMYK0.0800.140.34
HSL93.91º11.68%61.37%-
HSV(B)93.91º13.69%65.88%-
XYZ32.6337.0232.21-
YUV161.49118.69123.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=33.12%
G=35.90%
B=30.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551681450.0800.140.3493.9111.6861.37
Hex9BA89180E225ec3d
Octal23325022110016421361475
Binary10011011101010001001000110000111010001010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,168,145); }

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

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

 a { background-color: rgb(155,168,145); }

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

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

 span { border-color: rgb(155,168,145); }

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