Html Css Color HEX #9FB195 Norway

📋 copy color: '#9FB195'

red 159 ◦ green 177 ◦ blue 149

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

Shades of Norway #9FB195

Tints of Norway #9FB195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 32.78%
G = 36.49%
B = 30.72%

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

#9FB195 (or 0x9FB195) is known color: Norway. HEX triplet: 9F, B1 and 95. RGB value is (159,177,149). Sum of RGB (Red+Green+Blue) = 159+177+149=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB195 is #604E6A. Grayscale: #A8A8A8. Windows color (decimal): -6311531 or 9810335. OLE color: 9810335.

HSL color Cylindrical-coordinate representation of color #9FB195: hue angle of 98.57º degrees, saturation: 0.15, 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 #9FB195 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 149 -
CMYK 0.10 0 0.16 0.31
HSL 98.57º 0.15% 0.64% -
HSV(B) 98.57º 0.16% 0.69% -
XYZ 35.45 40.99 34.48 -
YUV 168.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 159 177 149 0.10 0 0.16 0.31 98.57 0.15 0.64
Hex 9F B1 95 A 0 10 1F 63 F 40
Octal 237 261 225 12 0 20 37 143 17 100
Binary 10011111 10110001 10010101 1010 0 10000 11111 1100011 1111 1000000

Color Harmonies of #9FB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB195

Black with #9FB195

Text Example


Text Example

White with #9FB195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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