Html Css Color HEX #9FB391 Norway

📋 copy color: '#9FB391'

red 159 ◦ green 179 ◦ blue 145

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

Shades of Norway #9FB391

Tints of Norway #9FB391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 32.92%
G = 37.06%
B = 30.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#9FB391 (or 0x9FB391) is known color: Norway. HEX triplet: 9F, B3 and 91. RGB value is (159,179,145). Sum of RGB (Red+Green+Blue) = 159+179+145=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB391 is #604C6E. Grayscale: #A9A9A9. Windows color (decimal): -6311023 or 9548703. OLE color: 9548703.

HSL color Cylindrical-coordinate representation of color #9FB391: hue angle of 95.29º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB391 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 179 145 -
CMYK 0.11 0 0.19 0.30
HSL 95.29º 0.18% 0.64% -
HSV(B) 95.29º 0.19% 0.7% -
XYZ 35.53 41.66 32.96 -
YUV 169.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 159 179 145 0.11 0 0.19 0.30 95.29 0.18 0.64
Hex 9F B3 91 B 0 13 1E 5F 12 40
Octal 237 263 221 13 0 23 36 137 22 100
Binary 10011111 10110011 10010001 1011 0 10011 11110 1011111 10010 1000000

Color Harmonies of #9FB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB391

Black with #9FB391

Text Example


Text Example

White with #9FB391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,179,145); }

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

background-color css

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

 a { background-color: rgb(159,179,145); }

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

border-color css

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

 span { border-color: rgb(159,179,145); }

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