#9BA98B

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

Shades of Norway #9BA98B

Tints of Norway #9BA98B

Color information

#9BA98B (or 0x9BA98B) is unknown color: approx Norway. HEX triplet: 9B, A9 and 8B. RGB value is (155,169,139). Sum of RGB (Red+Green+Blue) = 155+169+139=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98B is #645674. Grayscale: #A1A1A1. Windows color (decimal): -6575733 or 9152923. OLE color: 9152923.

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

Color convert

RGB155169139-
CMYK0.0800.180.34
HSL88º14.85%60.39%-
HSV(B)88º17.75%66.27%-
XYZ32.3737.2129.9-
YUV161.39115.36123.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=33.48%
G=36.50%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551691390.0800.180.348814.8560.39
Hex9BA98B80122258f3c
Octal23325121310022421301774
Binary100110111010100110001011100001001010001010110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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