Html Css Color HEX #9FBE8E Norway

📋 copy color: '#9FBE8E'

red 159 ◦ green 190 ◦ blue 142

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

Shades of Norway #9FBE8E

Tints of Norway #9FBE8E

RGB

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

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

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

R = 32.38%
G = 38.7%
B = 28.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#9FBE8E (or 0x9FBE8E) is known color: Norway. HEX triplet: 9F, BE and 8E. RGB value is (159,190,142). Sum of RGB (Red+Green+Blue) = 159+190+142=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE8E is #604171. Grayscale: #AFAFAF. Windows color (decimal): -6308210 or 9354911. OLE color: 9354911.

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

Color convert

RGB 159 190 142 -
CMYK 0.16 0 0.25 0.25
HSL 98.75º 0.27% 0.65% -
HSV(B) 98.75º 0.25% 0.75% -
XYZ 37.59 46.15 32.52 -
YUV 175.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 159 190 142 0.16 0 0.25 0.25 98.75 0.27 0.65
Hex 9F BE 8E 10 0 19 19 63 1B 41
Octal 237 276 216 20 0 31 31 143 33 101
Binary 10011111 10111110 10001110 10000 0 11001 11001 1100011 11011 1000001

Color Harmonies of #9FBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE8E

Black with #9FBE8E

Text Example


Text Example

White with #9FBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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