Html Css Color HEX #9FBC8F Norway

📋 copy color: '#9FBC8F'

red 159 ◦ green 188 ◦ blue 143

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

Shades of Norway #9FBC8F

Tints of Norway #9FBC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 32.45%
G = 38.37%
B = 29.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#9FBC8F (or 0x9FBC8F) is known color: Norway. HEX triplet: 9F, BC and 8F. RGB value is (159,188,143). Sum of RGB (Red+Green+Blue) = 159+188+143=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC8F is #604370. Grayscale: #AEAEAE. Windows color (decimal): -6308721 or 9419935. OLE color: 9419935.

HSL color Cylindrical-coordinate representation of color #9FBC8F: hue angle of 98.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FBC8F is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 143 -
CMYK 0.15 0 0.24 0.26
HSL 98.67º 0.25% 0.65% -
HSV(B) 98.67º 0.24% 0.74% -
XYZ 37.24 45.32 32.77 -
YUV 174.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 159 188 143 0.15 0 0.24 0.26 98.67 0.25 0.65
Hex 9F BC 8F F 0 18 1A 63 19 41
Octal 237 274 217 17 0 30 32 143 31 101
Binary 10011111 10111100 10001111 1111 0 11000 11010 1100011 11001 1000001

Color Harmonies of #9FBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC8F

Black with #9FBC8F

Text Example


Text Example

White with #9FBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,188,143); }

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

background-color css

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

 a { background-color: rgb(159,188,143); }

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

border-color css

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

 span { border-color: rgb(159,188,143); }

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