Html Css Color HEX #9DAD93 Norway

📋 copy color: '#9DAD93'

red 157 ◦ green 173 ◦ blue 147

#9DAD93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #9DAD93

Tints of Norway #9DAD93

RGB

 RED value IS 157 (61.72% from 255) = 32.91%

 GREEN value IS 173 (67.97% from 255) = 36.27%

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 32.91%
G = 36.27%
B = 30.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#9DAD93 (or 0x9DAD93) is known color: Norway. HEX triplet: 9D, AD and 93. RGB value is (157,173,147). Sum of RGB (Red+Green+Blue) = 157+173+147=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD93 is #62526C. Grayscale: #A5A5A5. Windows color (decimal): -6443629 or 9678237. OLE color: 9678237.

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

Color convert

RGB 157 173 147 -
CMYK 0.09 0 0.15 0.32
HSL 96.92º 0.14% 0.63% -
HSV(B) 96.92º 0.15% 0.68% -
XYZ 34.11 39.16 33.36 -
YUV 165.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 157 173 147 0.09 0 0.15 0.32 96.92 0.14 0.63
Hex 9D AD 93 9 0 F 20 61 E 3F
Octal 235 255 223 11 0 17 40 141 16 77
Binary 10011101 10101101 10010011 1001 0 1111 100000 1100001 1110 111111

Color Harmonies of #9DAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD93

Black with #9DAD93

Text Example


Text Example

White with #9DAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DAD93;
 }
 .AnyTagClassName
 {
   color: #9DAD93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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