Html Css Color HEX #9FB486 Norway

📋 copy color: '#9FB486'

red 159 ◦ green 180 ◦ blue 134

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

Shades of Norway #9FB486

Tints of Norway #9FB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 33.62%
G = 38.05%
B = 28.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#9FB486 (or 0x9FB486) is known color: Norway. HEX triplet: 9F, B4 and 86. RGB value is (159,180,134). Sum of RGB (Red+Green+Blue) = 159+180+134=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB486 is #604B79. Grayscale: #A8A8A8. Windows color (decimal): -6310778 or 8828063. OLE color: 8828063.

HSL color Cylindrical-coordinate representation of color #9FB486: hue angle of 87.39º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FB486 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 180 134 -
CMYK 0.12 0 0.26 0.29
HSL 87.39º 0.23% 0.62% -
HSV(B) 87.39º 0.26% 0.71% -
XYZ 34.92 41.73 28.77 -
YUV 168.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 159 180 134 0.12 0 0.26 0.29 87.39 0.23 0.62
Hex 9F B4 86 C 0 1A 1D 57 17 3E
Octal 237 264 206 14 0 32 35 127 27 76
Binary 10011111 10110100 10000110 1100 0 11010 11101 1010111 10111 111110

Color Harmonies of #9FB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB486

Black with #9FB486

Text Example


Text Example

White with #9FB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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