Html Css Color HEX #9FA992 Norway

📋 copy color: '#9FA992'

red 159 ◦ green 169 ◦ blue 146

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

Shades of Norway #9FA992

Tints of Norway #9FA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

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

R = 33.54%
G = 35.65%
B = 30.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#9FA992 (or 0x9FA992) is known color: Norway. HEX triplet: 9F, A9 and 92. RGB value is (159,169,146). Sum of RGB (Red+Green+Blue) = 159+169+146=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA992 is #60566D. Grayscale: #A3A3A3. Windows color (decimal): -6313582 or 9611679. OLE color: 9611679.

HSL color Cylindrical-coordinate representation of color #9FA992: hue angle of 86.09º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FA992 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 169 146 -
CMYK 0.06 0 0.14 0.34
HSL 86.09º 0.12% 0.62% -
HSV(B) 86.09º 0.14% 0.66% -
XYZ 33.67 37.82 32.72 -
YUV 163.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 159 169 146 0.06 0 0.14 0.34 86.09 0.12 0.62
Hex 9F A9 92 6 0 E 22 56 C 3E
Octal 237 251 222 6 0 16 42 126 14 76
Binary 10011111 10101001 10010010 110 0 1110 100010 1010110 1100 111110

Color Harmonies of #9FA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA992

Black with #9FA992

Text Example


Text Example

White with #9FA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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