Html Css Color HEX #9FBC8E Norway

📋 copy color: '#9FBC8E'

red 159 ◦ green 188 ◦ blue 142

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

Shades of Norway #9FBC8E

Tints of Norway #9FBC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.04%

R = 32.52%
G = 38.45%
B = 29.04%

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

#9FBC8E (or 0x9FBC8E) is known color: Norway. HEX triplet: 9F, BC and 8E. RGB value is (159,188,142). Sum of RGB (Red+Green+Blue) = 159+188+142=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC8E is #604371. Grayscale: #AEAEAE. Windows color (decimal): -6308722 or 9354399. OLE color: 9354399.

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

Color convert

RGB 159 188 142 -
CMYK 0.15 0 0.24 0.26
HSL 97.83º 0.26% 0.65% -
HSV(B) 97.83º 0.24% 0.74% -
XYZ 37.16 45.29 32.37 -
YUV 174.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 159 188 142 0.15 0 0.24 0.26 97.83 0.26 0.65
Hex 9F BC 8E F 0 18 1A 62 1A 41
Octal 237 274 216 17 0 30 32 142 32 101
Binary 10011111 10111100 10001110 1111 0 11000 11010 1100010 11010 1000001

Color Harmonies of #9FBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC8E

Black with #9FBC8E

Text Example


Text Example

White with #9FBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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