Html Css Color HEX #9FB194 Norway

📋 copy color: '#9FB194'

red 159 ◦ green 177 ◦ blue 148

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

Shades of Norway #9FB194

Tints of Norway #9FB194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 32.85%
G = 36.57%
B = 30.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#9FB194 (or 0x9FB194) is known color: Norway. HEX triplet: 9F, B1 and 94. RGB value is (159,177,148). Sum of RGB (Red+Green+Blue) = 159+177+148=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB194 is #604E6B. Grayscale: #A8A8A8. Windows color (decimal): -6311532 or 9744799. OLE color: 9744799.

HSL color Cylindrical-coordinate representation of color #9FB194: hue angle of 97.24º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB194 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 148 -
CMYK 0.10 0 0.16 0.31
HSL 97.24º 0.16% 0.64% -
HSV(B) 97.24º 0.16% 0.69% -
XYZ 35.37 40.95 34.06 -
YUV 168.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 159 177 148 0.10 0 0.16 0.31 97.24 0.16 0.64
Hex 9F B1 94 A 0 10 1F 61 10 40
Octal 237 261 224 12 0 20 37 141 20 100
Binary 10011111 10110001 10010100 1010 0 10000 11111 1100001 10000 1000000

Color Harmonies of #9FB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB194

Black with #9FB194

Text Example


Text Example

White with #9FB194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,177,148); }

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

background-color css

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

 a { background-color: rgb(159,177,148); }

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

border-color css

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

 span { border-color: rgb(159,177,148); }

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