Html Css Color HEX #9FB786 Norway

📋 copy color: '#9FB786'

red 159 ◦ green 183 ◦ blue 134

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

Shades of Norway #9FB786

Tints of Norway #9FB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

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

R = 33.4%
G = 38.45%
B = 28.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#9FB786 (or 0x9FB786) is known color: Norway. HEX triplet: 9F, B7 and 86. RGB value is (159,183,134). Sum of RGB (Red+Green+Blue) = 159+183+134=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB786 is #604879. Grayscale: #AAAAAA. Windows color (decimal): -6310010 or 8828831. OLE color: 8828831.

HSL color Cylindrical-coordinate representation of color #9FB786: hue angle of 89.39º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB786 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 183 134 -
CMYK 0.13 0 0.27 0.28
HSL 89.39º 0.25% 0.62% -
HSV(B) 89.39º 0.27% 0.72% -
XYZ 35.53 42.96 28.97 -
YUV 170.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 159 183 134 0.13 0 0.27 0.28 89.39 0.25 0.62
Hex 9F B7 86 D 0 1B 1C 59 19 3E
Octal 237 267 206 15 0 33 34 131 31 76
Binary 10011111 10110111 10000110 1101 0 11011 11100 1011001 11001 111110

Color Harmonies of #9FB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB786

Black with #9FB786

Text Example


Text Example

White with #9FB786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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