Html Css Color HEX #9FB986 Norway

📋 copy color: '#9FB986'

red 159 ◦ green 185 ◦ blue 134

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

Shades of Norway #9FB986

Tints of Norway #9FB986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 33.26%
G = 38.7%
B = 28.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#9FB986 (or 0x9FB986) is known color: Norway. HEX triplet: 9F, B9 and 86. RGB value is (159,185,134). Sum of RGB (Red+Green+Blue) = 159+185+134=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB986 is #604679. Grayscale: #ABABAB. Windows color (decimal): -6309498 or 8829343. OLE color: 8829343.

HSL color Cylindrical-coordinate representation of color #9FB986: hue angle of 90.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB986 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 134 -
CMYK 0.14 0 0.28 0.27
HSL 90.59º 0.27% 0.63% -
HSV(B) 90.59º 0.28% 0.73% -
XYZ 35.95 43.79 29.11 -
YUV 171.41 106.89 119.15 -
System Red Green Blue C M Y K H S L
Decimal 159 185 134 0.14 0 0.28 0.27 90.59 0.27 0.63
Hex 9F B9 86 E 0 1C 1B 5B 1B 3F
Octal 237 271 206 16 0 34 33 133 33 77
Binary 10011111 10111001 10000110 1110 0 11100 11011 1011011 11011 111111

Color Harmonies of #9FB986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB986

Black with #9FB986

Text Example


Text Example

White with #9FB986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,134); }

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

background-color css

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

 a { background-color: rgb(159,185,134); }

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

border-color css

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

 span { border-color: rgb(159,185,134); }

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