#9DAC87

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

Shades of Norway #9DAC87

Tints of Norway #9DAC87

Color information

#9DAC87 (or 0x9DAC87) is unknown color: approx Norway. HEX triplet: 9D, AC and 87. RGB value is (157,172,135). Sum of RGB (Red+Green+Blue) = 157+172+135=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC87 is #625378. Grayscale: #A3A3A3. Windows color (decimal): -6443897 or 8891549. OLE color: 8891549.

HSL color Cylindrical-coordinate representation of color #9DAC87: hue angle of 84.32º degrees, saturation: 0.18, 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 #9DAC87 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB157172135-
CMYK0.0900.220.33
HSL84.32º18.23%60.2%-
HSV(B)84.32º21.51%67.45%-
XYZ33.0338.4228.6-
YUV163.3112.03123.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=33.84%
G=37.07%
B=29.09%

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
Decimal1571721350.0900.220.3384.3218.2360.2
Hex9DAC8790162154123c
Octal23525420711026411242274
Binary1001110110101100100001111001010110100001101010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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