Html Css Color HEX #9FB984 Norway

📋 copy color: '#9FB984'

red 159 ◦ green 185 ◦ blue 132

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

Shades of Norway #9FB984

Tints of Norway #9FB984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 33.4%
G = 38.87%
B = 27.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#9FB984 (or 0x9FB984) is known color: Norway. HEX triplet: 9F, B9 and 84. RGB value is (159,185,132). Sum of RGB (Red+Green+Blue) = 159+185+132=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB984 is #60467B. Grayscale: #ABABAB. Windows color (decimal): -6309500 or 8698271. OLE color: 8698271.

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

Color convert

RGB 159 185 132 -
CMYK 0.14 0 0.29 0.27
HSL 89.43º 0.27% 0.62% -
HSV(B) 89.43º 0.29% 0.73% -
XYZ 35.81 43.73 28.38 -
YUV 171.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 159 185 132 0.14 0 0.29 0.27 89.43 0.27 0.62
Hex 9F B9 84 E 0 1D 1B 59 1B 3E
Octal 237 271 204 16 0 35 33 131 33 76
Binary 10011111 10111001 10000100 1110 0 11101 11011 1011001 11011 111110

Color Harmonies of #9FB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB984

Black with #9FB984

Text Example


Text Example

White with #9FB984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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