#9DB485

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

Shades of Norway #9DB485

Tints of Norway #9DB485

Color information

#9DB485 (or 0x9DB485) is unknown color: approx Norway. HEX triplet: 9D, B4 and 85. RGB value is (157,180,133). Sum of RGB (Red+Green+Blue) = 157+180+133=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB485 is #624B7A. Grayscale: #A7A7A7. Windows color (decimal): -6441851 or 8762525. OLE color: 8762525.

HSL color Cylindrical-coordinate representation of color #9DB485: hue angle of 89.36º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DB485 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB157180133-
CMYK0.1300.260.29
HSL89.36º23.86%61.37%-
HSV(B)89.36º26.11%70.59%-
XYZ34.4641.528.39-
YUV167.76108.38120.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=33.40%
G=38.30%
B=28.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801330.1300.260.2989.3623.8661.37
Hex9DB485D01A1D59183d
Octal23526420515032351313075
Binary100111011011010010000101110101101011101101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,180,133); }

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

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

 a { background-color: rgb(157,180,133); }

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

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

 span { border-color: rgb(157,180,133); }

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