Html Css Color HEX #9FBE8C Norway

📋 copy color: '#9FBE8C'

red 159 ◦ green 190 ◦ blue 140

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

Shades of Norway #9FBE8C

Tints of Norway #9FBE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.85%

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

R = 32.52%
G = 38.85%
B = 28.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#9FBE8C (or 0x9FBE8C) is known color: Norway. HEX triplet: 9F, BE and 8C. RGB value is (159,190,140). Sum of RGB (Red+Green+Blue) = 159+190+140=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE8C is #604173. Grayscale: #AFAFAF. Windows color (decimal): -6308212 or 9223839. OLE color: 9223839.

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

Color convert

RGB 159 190 140 -
CMYK 0.16 0 0.26 0.25
HSL 97.2º 0.28% 0.65% -
HSV(B) 97.2º 0.26% 0.75% -
XYZ 37.45 46.09 31.73 -
YUV 175.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 159 190 140 0.16 0 0.26 0.25 97.2 0.28 0.65
Hex 9F BE 8C 10 0 1A 19 61 1C 41
Octal 237 276 214 20 0 32 31 141 34 101
Binary 10011111 10111110 10001100 10000 0 11010 11001 1100001 11100 1000001

Color Harmonies of #9FBE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE8C

Black with #9FBE8C

Text Example


Text Example

White with #9FBE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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