#9BB985

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

Shades of Norway #9BB985

Tints of Norway #9BB985

Color information

#9BB985 (or 0x9BB985) is unknown color: approx Norway. HEX triplet: 9B, B9 and 85. RGB value is (155,185,133). Sum of RGB (Red+Green+Blue) = 155+185+133=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB985 is #64467A. Grayscale: #AAAAAA. Windows color (decimal): -6571643 or 8763803. OLE color: 8763803.

HSL color Cylindrical-coordinate representation of color #9BB985: hue angle of 94.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB985 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB155185133-
CMYK0.1600.280.27
HSL94.62º27.08%62.35%-
HSV(B)94.62º28.11%72.55%-
XYZ35.143.3628.71-
YUV170.1107.06117.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=32.77%
G=39.11%
B=28.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851330.1600.280.2794.6227.0862.35
Hex9BB9851001C1B5f1b3e
Octal23327120520034331373376
Binary1001101110111001100001011000001110011011101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,133); }

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

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

 a { background-color: rgb(155,185,133); }

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

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

 span { border-color: rgb(155,185,133); }

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