Html Css Color HEX #9FAB92 Norway

📋 copy color: '#9FAB92'

red 159 ◦ green 171 ◦ blue 146

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

Shades of Norway #9FAB92

Tints of Norway #9FAB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

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

R = 33.4%
G = 35.92%
B = 30.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#9FAB92 (or 0x9FAB92) is known color: Norway. HEX triplet: 9F, AB and 92. RGB value is (159,171,146). Sum of RGB (Red+Green+Blue) = 159+171+146=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB92 is #60546D. Grayscale: #A4A4A4. Windows color (decimal): -6313070 or 9612191. OLE color: 9612191.

HSL color Cylindrical-coordinate representation of color #9FAB92: hue angle of 88.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FAB92 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 146 -
CMYK 0.07 0 0.15 0.33
HSL 88.8º 0.13% 0.62% -
HSV(B) 88.8º 0.15% 0.67% -
XYZ 34.05 38.57 32.84 -
YUV 164.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 159 171 146 0.07 0 0.15 0.33 88.8 0.13 0.62
Hex 9F AB 92 7 0 F 21 59 D 3E
Octal 237 253 222 7 0 17 41 131 15 76
Binary 10011111 10101011 10010010 111 0 1111 100001 1011001 1101 111110

Color Harmonies of #9FAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB92

Black with #9FAB92

Text Example


Text Example

White with #9FAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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