Html Css Color HEX #9FAC97 Norway

📋 copy color: '#9FAC97'

red 159 ◦ green 172 ◦ blue 151

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

Shades of Norway #9FAC97

Tints of Norway #9FAC97

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 32.99%
G = 35.68%
B = 31.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#9FAC97 (or 0x9FAC97) is known color: Norway. HEX triplet: 9F, AC and 97. RGB value is (159,172,151). Sum of RGB (Red+Green+Blue) = 159+172+151=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC97 is #605368. Grayscale: #A5A5A5. Windows color (decimal): -6312809 or 9940127. OLE color: 9940127.

HSL color Cylindrical-coordinate representation of color #9FAC97: hue angle of 97.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FAC97 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 172 151 -
CMYK 0.08 0 0.12 0.33
HSL 97.14º 0.11% 0.63% -
HSV(B) 97.14º 0.12% 0.67% -
XYZ 34.64 39.11 35 -
YUV 165.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 159 172 151 0.08 0 0.12 0.33 97.14 0.11 0.63
Hex 9F AC 97 8 0 C 21 61 B 3F
Octal 237 254 227 10 0 14 41 141 13 77
Binary 10011111 10101100 10010111 1000 0 1100 100001 1100001 1011 111111

Color Harmonies of #9FAC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC97

Black with #9FAC97

Text Example


Text Example

White with #9FAC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,172,151); }

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

background-color css

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

 a { background-color: rgb(159,172,151); }

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

border-color css

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

 span { border-color: rgb(159,172,151); }

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