Html Css Color HEX #9FAA98 Norway

📋 copy color: '#9FAA98'

red 159 ◦ green 170 ◦ blue 152

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

Shades of Norway #9FAA98

Tints of Norway #9FAA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 33.06%
G = 35.34%
B = 31.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#9FAA98 (or 0x9FAA98) is known color: Norway. HEX triplet: 9F, AA and 98. RGB value is (159,170,152). Sum of RGB (Red+Green+Blue) = 159+170+152=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA98 is #605567. Grayscale: #A4A4A4. Windows color (decimal): -6313320 or 10005151. OLE color: 10005151.

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

Color convert

RGB 159 170 152 -
CMYK 0.06 0 0.11 0.33
HSL 96.67º 0.1% 0.63% -
HSV(B) 96.67º 0.11% 0.67% -
XYZ 34.34 38.39 35.31 -
YUV 164.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 159 170 152 0.06 0 0.11 0.33 96.67 0.1 0.63
Hex 9F AA 98 6 0 B 21 61 A 3F
Octal 237 252 230 6 0 13 41 141 12 77
Binary 10011111 10101010 10011000 110 0 1011 100001 1100001 1010 111111

Color Harmonies of #9FAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA98

Black with #9FAA98

Text Example


Text Example

White with #9FAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,170,152); }

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

background-color css

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

 a { background-color: rgb(159,170,152); }

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

border-color css

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

 span { border-color: rgb(159,170,152); }

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