Html Css Color HEX #9FB393 Norway

📋 copy color: '#9FB393'

red 159 ◦ green 179 ◦ blue 147

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

Shades of Norway #9FB393

Tints of Norway #9FB393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 32.78%
G = 36.91%
B = 30.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#9FB393 (or 0x9FB393) is known color: Norway. HEX triplet: 9F, B3 and 93. RGB value is (159,179,147). Sum of RGB (Red+Green+Blue) = 159+179+147=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB393 is #604C6C. Grayscale: #A9A9A9. Windows color (decimal): -6311021 or 9679775. OLE color: 9679775.

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

Color convert

RGB 159 179 147 -
CMYK 0.11 0 0.18 0.30
HSL 97.5º 0.17% 0.64% -
HSV(B) 97.5º 0.18% 0.7% -
XYZ 35.68 41.72 33.78 -
YUV 169.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 159 179 147 0.11 0 0.18 0.30 97.5 0.17 0.64
Hex 9F B3 93 B 0 12 1E 62 11 40
Octal 237 263 223 13 0 22 36 142 21 100
Binary 10011111 10110011 10010011 1011 0 10010 11110 1100010 10001 1000000

Color Harmonies of #9FB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB393

Black with #9FB393

Text Example


Text Example

White with #9FB393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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