#9BAA91

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

Shades of Norway #9BAA91

Tints of Norway #9BAA91

Color information

#9BAA91 (or 0x9BAA91) is unknown color: approx Norway. HEX triplet: 9B, AA and 91. RGB value is (155,170,145). Sum of RGB (Red+Green+Blue) = 155+170+145=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA91 is #64556E. Grayscale: #A2A2A2. Windows color (decimal): -6575471 or 9546395. OLE color: 9546395.

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

Color convert

RGB155170145-
CMYK0.0900.150.33
HSL96º12.82%61.76%-
HSV(B)96º14.71%66.67%-
XYZ3337.7632.34-
YUV162.66118.03122.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 170 (66.80% from 255) = 36.17%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=32.98%
G=36.17%
B=30.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551701450.0900.150.339612.8261.76
Hex9BAA9190F2160d3e
Octal23325222111017411401576
Binary10011011101010101001000110010111110000111000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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