#9DB487

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

Shades of Norway #9DB487

Tints of Norway #9DB487

Color information

#9DB487 (or 0x9DB487) is unknown color: approx Norway. HEX triplet: 9D, B4 and 87. RGB value is (157,180,135). Sum of RGB (Red+Green+Blue) = 157+180+135=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB487 is #624B78. Grayscale: #A8A8A8. Windows color (decimal): -6441849 or 8893597. OLE color: 8893597.

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

Color convert

RGB157180135-
CMYK0.1300.250.29
HSL90.67º23.08%61.76%-
HSV(B)90.67º25%70.59%-
XYZ34.641.5629.12-
YUV167.99109.38120.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.26%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=33.26%
G=38.14%
B=28.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801350.1300.250.2990.6723.0861.76
Hex9DB487D0191D5b173e
Octal23526420715031351332776
Binary100111011011010010000111110101100111101101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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