#9BA98D

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

Shades of Norway #9BA98D

Tints of Norway #9BA98D

Color information

#9BA98D (or 0x9BA98D) is unknown color: approx Norway. HEX triplet: 9B, A9 and 8D. RGB value is (155,169,141). Sum of RGB (Red+Green+Blue) = 155+169+141=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98D is #645672. Grayscale: #A1A1A1. Windows color (decimal): -6575731 or 9283995. OLE color: 9283995.

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

Color convert

RGB155169141-
CMYK0.0800.170.34
HSL90º14%60.78%-
HSV(B)90º16.57%66.27%-
XYZ32.5137.2730.68-
YUV161.62116.36123.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=33.33%
G=36.34%
B=30.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551691410.0800.170.34901460.78
Hex9BA98D8011225ae3d
Octal23325121510021421321675
Binary100110111010100110001101100001000110001010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,141); }

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

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

 a { background-color: rgb(155,169,141); }

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

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

 span { border-color: rgb(155,169,141); }

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