Html Css Color HEX #9FA996 Norway

📋 copy color: '#9FA996'

red 159 ◦ green 169 ◦ blue 150

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

Shades of Norway #9FA996

Tints of Norway #9FA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.38%

R = 33.26%
G = 35.36%
B = 31.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#9FA996 (or 0x9FA996) is known color: Norway. HEX triplet: 9F, A9 and 96. RGB value is (159,169,150). Sum of RGB (Red+Green+Blue) = 159+169+150=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA996 is #605669. Grayscale: #A3A3A3. Windows color (decimal): -6313578 or 9873823. OLE color: 9873823.

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

Color convert

RGB 159 169 150 -
CMYK 0.06 0 0.11 0.34
HSL 91.58º 0.1% 0.63% -
HSV(B) 91.58º 0.11% 0.66% -
XYZ 33.99 37.95 34.39 -
YUV 163.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 159 169 150 0.06 0 0.11 0.34 91.58 0.1 0.63
Hex 9F A9 96 6 0 B 22 5C A 3F
Octal 237 251 226 6 0 13 42 134 12 77
Binary 10011111 10101001 10010110 110 0 1011 100010 1011100 1010 111111

Color Harmonies of #9FA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA996

Black with #9FA996

Text Example


Text Example

White with #9FA996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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