Html Css Color HEX #9DAD92 Norway

📋 copy color: '#9DAD92'

red 157 ◦ green 173 ◦ blue 146

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

Shades of Norway #9DAD92

Tints of Norway #9DAD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 32.98%
G = 36.34%
B = 30.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#9DAD92 (or 0x9DAD92) is known color: Norway. HEX triplet: 9D, AD and 92. RGB value is (157,173,146). Sum of RGB (Red+Green+Blue) = 157+173+146=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD92 is #62526D. Grayscale: #A5A5A5. Windows color (decimal): -6443630 or 9612701. OLE color: 9612701.

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

Color convert

RGB 157 173 146 -
CMYK 0.09 0 0.16 0.32
HSL 95.56º 0.14% 0.63% -
HSV(B) 95.56º 0.16% 0.68% -
XYZ 34.04 39.13 32.95 -
YUV 165.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 157 173 146 0.09 0 0.16 0.32 95.56 0.14 0.63
Hex 9D AD 92 9 0 10 20 60 E 3F
Octal 235 255 222 11 0 20 40 140 16 77
Binary 10011101 10101101 10010010 1001 0 10000 100000 1100000 1110 111111

Color Harmonies of #9DAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAD92

Black with #9DAD92

Text Example


Text Example

White with #9DAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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