#9DAC93

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

Shades of Norway #9DAC93

Tints of Norway #9DAC93

Color information

#9DAC93 (or 0x9DAC93) is unknown color: approx Norway. HEX triplet: 9D, AC and 93. RGB value is (157,172,147). Sum of RGB (Red+Green+Blue) = 157+172+147=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC93 is #62536C. Grayscale: #A4A4A4. Windows color (decimal): -6443885 or 9677981. OLE color: 9677981.

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

Color convert

RGB157172147-
CMYK0.0900.150.33
HSL96º13.09%62.55%-
HSV(B)96º14.53%67.45%-
XYZ33.9238.7833.3-
YUV164.66118.03122.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.98%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=32.98%
G=36.13%
B=30.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571721470.0900.150.339613.0962.55
Hex9DAC9390F2160d3f
Octal23525422311017411401577
Binary10011101101011001001001110010111110000111000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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