#9DAC86

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

Shades of Norway #9DAC86

Tints of Norway #9DAC86

Color information

#9DAC86 (or 0x9DAC86) is unknown color: approx Norway. HEX triplet: 9D, AC and 86. RGB value is (157,172,134). Sum of RGB (Red+Green+Blue) = 157+172+134=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC86 is #625379. Grayscale: #A3A3A3. Windows color (decimal): -6443898 or 8826013. OLE color: 8826013.

HSL color Cylindrical-coordinate representation of color #9DAC86: hue angle of 83.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DAC86 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB157172134-
CMYK0.0900.220.33
HSL83.68º18.63%60%-
HSV(B)83.68º22.09%67.45%-
XYZ32.9638.3928.23-
YUV163.18111.53123.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 134 (52.73% from 255) = 28.94%
R=33.91%
G=37.15%
B=28.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721340.0900.220.3383.6818.6360
Hex9DAC8690162154133c
Octal23525420611026411242374
Binary1001110110101100100001101001010110100001101010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,134); }

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

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

 a { background-color: rgb(157,172,134); }

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

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

 span { border-color: rgb(157,172,134); }

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