#9DB182

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

Shades of Norway #9DB182

Tints of Norway #9DB182

Color information

#9DB182 (or 0x9DB182) is unknown color: approx Norway. HEX triplet: 9D, B1 and 82. RGB value is (157,177,130). Sum of RGB (Red+Green+Blue) = 157+177+130=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB182 is #624E7D. Grayscale: #A5A5A5. Windows color (decimal): -6442622 or 8565149. OLE color: 8565149.

HSL color Cylindrical-coordinate representation of color #9DB182: hue angle of 85.53º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB182 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB157177130-
CMYK0.1100.270.31
HSL85.53º23.15%60.2%-
HSV(B)85.53º26.55%69.41%-
XYZ33.6640.2227.11-
YUV165.66107.87121.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=33.84%
G=38.15%
B=28.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571771300.1100.270.3185.5323.1560.2
Hex9DB182B01B1F56173c
Octal23526120213033371262774
Binary100111011011000110000010101101101111111101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,130); }

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

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

 a { background-color: rgb(157,177,130); }

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

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

 span { border-color: rgb(157,177,130); }

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