#9BA88B

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

Shades of Norway #9BA88B

Tints of Norway #9BA88B

Color information

#9BA88B (or 0x9BA88B) is unknown color: approx Norway. HEX triplet: 9B, A8 and 8B. RGB value is (155,168,139). Sum of RGB (Red+Green+Blue) = 155+168+139=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA88B is #645774. Grayscale: #A0A0A0. Windows color (decimal): -6575989 or 9152667. OLE color: 9152667.

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

Color convert

RGB155168139-
CMYK0.0800.170.34
HSL86.9º14.29%60.2%-
HSV(B)86.9º17.26%65.88%-
XYZ32.1836.8429.84-
YUV160.81115.69123.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 30.09%
R=33.55%
G=36.36%
B=30.09%

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
Decimal1551681390.0800.170.3486.914.2960.2
Hex9BA88B80112257e3c
Octal23325021310021421271674
Binary100110111010100010001011100001000110001010101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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