Html Css Color HEX #9FAD92 Norway

📋 copy color: '#9FAD92'

red 159 ◦ green 173 ◦ blue 146

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

Shades of Norway #9FAD92

Tints of Norway #9FAD92

RGB

 RED value IS 159 (62.5% from 255) = 33.26%

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

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

R = 33.26%
G = 36.19%
B = 30.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#9FAD92 (or 0x9FAD92) is known color: Norway. HEX triplet: 9F, AD and 92. RGB value is (159,173,146). Sum of RGB (Red+Green+Blue) = 159+173+146=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD92 is #60526D. Grayscale: #A5A5A5. Windows color (decimal): -6312558 or 9612703. OLE color: 9612703.

HSL color Cylindrical-coordinate representation of color #9FAD92: hue angle of 91.11º 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 #9FAD92 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 173 146 -
CMYK 0.08 0 0.16 0.32
HSL 91.11º 0.14% 0.63% -
HSV(B) 91.11º 0.16% 0.68% -
XYZ 34.43 39.33 32.97 -
YUV 165.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 159 173 146 0.08 0 0.16 0.32 91.11 0.14 0.63
Hex 9F AD 92 8 0 10 20 5B E 3F
Octal 237 255 222 10 0 20 40 133 16 77
Binary 10011111 10101101 10010010 1000 0 10000 100000 1011011 1110 111111

Color Harmonies of #9FAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAD92

Black with #9FAD92

Text Example


Text Example

White with #9FAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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