Html Css Color HEX #9FBF8C Norway

📋 copy color: '#9FBF8C'

red 159 ◦ green 191 ◦ blue 140

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

Shades of Norway #9FBF8C

Tints of Norway #9FBF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.98%

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 32.45%
G = 38.98%
B = 28.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9FBF8C (or 0x9FBF8C) is known color: Norway. HEX triplet: 9F, BF and 8C. RGB value is (159,191,140). Sum of RGB (Red+Green+Blue) = 159+191+140=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF8C is #604073. Grayscale: #AFAFAF. Windows color (decimal): -6307956 or 9224095. OLE color: 9224095.

HSL color Cylindrical-coordinate representation of color #9FBF8C: hue angle of 97.65º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBF8C is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 191 140 -
CMYK 0.17 0 0.27 0.25
HSL 97.65º 0.28% 0.65% -
HSV(B) 97.65º 0.27% 0.75% -
XYZ 37.66 46.53 31.81 -
YUV 175.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 159 191 140 0.17 0 0.27 0.25 97.65 0.28 0.65
Hex 9F BF 8C 11 0 1B 19 62 1C 41
Octal 237 277 214 21 0 33 31 142 34 101
Binary 10011111 10111111 10001100 10001 0 11011 11001 1100010 11100 1000001

Color Harmonies of #9FBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF8C

Black with #9FBF8C

Text Example


Text Example

White with #9FBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,140); }

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

background-color css

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

 a { background-color: rgb(159,191,140); }

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

border-color css

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

 span { border-color: rgb(159,191,140); }

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